01). I want to know can i use jt400 toolbox on web application ? i was develop AS400 monitoring program using Java swing using JT400 toolbox. i need to do same it to compatible in a Web browser. Any idea and which resources will i need ?
AS400 system = new AS400();
AS400 system = new AS400();
AS400 system = new AS400();
AS400 system = new AS400();
AS400 system = new AS400();
2). can i convert my Java swing application to web application (run as web application(on web Browser))
Thanks in advance!
This is a very broad question. The quick answer is 'Yes, you can use JT400 in a web app'.
1) The specific resources you will need depend heavily on the web technology you want to use. Choose a framework (like Spring) and read the tutorials. Is this the first web app the company is using? If not, check to see what the other developers are using before deploying your own separate infrastructure.
2) Maybe Java Web Start is something you can take a look at. Not sure you want to 'convert' a Swing app; wouldn't writing a true web app from scratch be better?