another pillowtalk presentation 2004 dynamic systems, inc. lburst@dynamicsys.com jbase tm release...

Post on 14-Dec-2015

222 Views

Category:

Documents

2 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Another PillowTalk Presentation2004 Dynamic Systems, Inc.

Lburst@dynamicsys.comhttp://www.dynamicsys.com

jBASETM Release 4: Overview

Tiny Tutorials

Hosted By:

Lee H. Burstein, President

302-477-0180

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

What’s New

Software Servers jQL jBC jPlus Files Threading iSeries Internationalization Windows

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

What’s New

Software Servers jQL jBC jPlus Files Threading iSeries Internationalization Windows

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

What’s New

Software Servers jQL jBC jPlus Files Threading iSeries Internationalization Windows

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

What’s New

Software Servers jQL jBC jPlus Files Threading iSeries Internationalization Windows

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

What’s New

Software Servers jQL jBC jPlus Files Threading iSeries Internationalization Windows

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

What’s New

Software Servers jQL jBC jPlus Files Threading iSeries Internationalization Windows

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

What’s New

Software Servers jQL jBC jPlus Files Threading iSeries Internationalization Windows

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

What’s New

Software Servers jQL jBC jPlus Files Threading iSeries Internationalization Windows

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Software Servers Software, not hardware Why?

No more single point of failure What?

Software to control various key jBASE functionality Licensing, jExplorer, jRFS

How? All written in Java

Where? On any (hardware) server on your network jBASE does not always have to be installed on the hardware

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Software Servers Software, not hardware Why?

No more single point of failure What?

Software to control various key jBASE functionality Licensing, jExplorer, jRFS

How? All written in Java

Where? On any (hardware) server on your network jBASE does not always have to be installed on the hardware

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Software Servers Software, not hardware Why?

No more single point of failure What?

Software to control various key jBASE functionality Licensing, jExplorer, jRFS

How? All written in Java

Where? On any (hardware) server on your network jBASE does not always have to be installed on the hardware

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Software Servers Software, not hardware Why?

No more single point of failure What?

Software to control various key jBASE functionality Licensing, jExplorer, jRFS

How? All written in Java

Where? On any (hardware) server on your network jBASE does not always have to be installed on the hardware

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Software Servers Software, not hardware Why?

No more single point of failure What?

Software to control various key jBASE functionality Licensing, jExplorer, jRFS

How? All written in Java

Where? On any (hardware) server on your network jBASE does not always have to be installed on the hardware

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jQL Faster More U2 compatibility

I descriptors support all jBC functions CNV, FMT and COL.HDG all work

Parenthesis supported on command line

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jQL Faster More U2 compatibility

I descriptors support all jBC functions CNV, FMT and COL.HDG all work

Parenthesis supported on command line

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jQL Faster More U2 compatibility

I descriptors support all jBC functions CNV, FMT and COL.HDG all work

Parenthesis supported on command line

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jBC CALLJ, CALLdotNET New XML functions UTC timestamps Compiled jQL

Returns an array of the jQL results

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jBC CALLJ, CALLdotNET New XML functions UTC timestamps Compiled jQL

Returns an array of the jQL results

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jBC CALLJ, CALLdotNET New XML functions UTC timestamps Compiled jQL

Returns an array of the jQL results

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jBC CALLJ, CALLdotNET New XML functions UTC timestamps Compiled jQL

Returns an array of the jQL results

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jPlus Files

They can be set to flush from memory like a j3 file

They have the block size of a j4 file They can grow beyond the 2GB limit on

*nix Use “TYPE=JP” syntax when creating the

file

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jPlus Files

They can be set to flush from memory like a j3 file

They have the block size of a j4 file They can grow beyond the 2GB limit on

*nix Use “TYPE=JP” syntax when creating the

file

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jPlus Files

They can be set to flush from memory like a j3 file

They have the block size of a j4 file They can grow beyond the 2GB limit on

*nix Use “TYPE=JP” syntax when creating the

file

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jPlus Files

They can be set to flush from memory like a j3 file

They have the block size of a j4 file They can grow beyond the 2GB limit on

*nix Use “TYPE=JP” syntax when creating the

file

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Threading

One process with one thread is created when you start your first jBASE command

All subsequent jBASE commands (your programs too) execute in that thread Each new command has its own thread data containing

environment variables Asynchronous threads can be created

New thread for a command in the same process A separate process can also be started

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Threading

One process with one thread is created when you start your first jBASE command

All subsequent jBASE commands (your programs too) execute in that thread Each new command has its own thread data containing

environment variables Asynchronous threads can be created

New thread for a command in the same process A separate process can also be started

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Threading

One process with one thread is created when you start your first jBASE command

All subsequent jBASE commands (your programs too) execute in that thread Each new command has its own thread data containing

environment variables Asynchronous threads can be created

New thread for a command in the same process A separate process can also be started

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Threading

One process with one thread is created when you start your first jBASE command

All subsequent jBASE commands (your programs too) execute in that thread Each new command has its own thread data containing

environment variables Asynchronous threads can be created

New thread for a command in the same process A separate process can also be started

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

iSeries IBM iSeries

Formerly known as AS400 Data entry is different

Entire line when the enter key is pressed, not each character

Administration is different

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

iSeries IBM iSeries

Formerly known as AS400 Data entry is different

Entire line when the enter key is pressed, not each character

Administration is different

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

iSeries IBM iSeries

Formerly known as AS400 Data entry is different

Entire line when the enter key is pressed, not each character

Administration is different

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Internationalization

Internationalizing you application makes it available for use in many countries

It is then localized, via environment variables, for a specific locale

You will probably have to alter your application code Date, time, and currency conversions String length Display length

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Internationalization

Internationalizing you application makes it available for use in many countries

It is then localized, via environment variables, for a specific locale

You will probably have to alter your application code Date, time, and currency conversions String length Display length

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Internationalization

Internationalizing you application makes it available for use in many countries

It is then localized, via environment variables, for a specific locale

You will probably have to alter your application code Date, time, and currency conversions String length Display length

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Windows

jRLA works SHOW-ITEM-LOCKS and CLEAR-ITEM-

LOCKS are now supported Directory locks are now supported

Z, ZH and PH-START supported Profiling CALLdotNET function

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Windows

jRLA works SHOW-ITEM-LOCKS and CLEAR-ITEM-

LOCKS are now supported Directory locks are now supported

Z, ZH and PH-START supported Profiling CALLdotNET function

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Windows

jRLA works SHOW-ITEM-LOCKS and CLEAR-ITEM-

LOCKS are now supported Directory locks are now supported

Z, ZH and PH-START supported Profiling CALLdotNET function

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

Windows

jRLA works SHOW-ITEM-LOCKS and CLEAR-ITEM-

LOCKS are now supported Directory locks are now supported

Z, ZH and PH-START supported Profiling CALLdotNET function

2004 Dynamic Systems, Inc. Lburst@dynamicsys.com

http://www.dynamicsys.com

jBASE® and the jBASE logo are registered trademarks of TEMENOS Holdings NV. These trademarks are owned by TEMENOS Holdings NV. Copyright in the jBASE logos, OBjEX, jBASE jEDI, and jBC are copyright © 2003 TEMENOS Holdings NV. All other trademarks are the property of

their respective owners.

top related