transform stand alone java application to web application

Hello,

Just got a basic question. How to deploy a non-web application on creator application server ? Ours is a regular java application (including class files) created with creator and we make it run by invoking a main method.

My question is how do I wrap up my code and do I have to package it as WAR file to deploy it ?

Please help on this.

Thanks.

[383 byte] By [oolea] at [2007-11-26 15:59:11]
# 1

Hi There,

If Im understanding you right, What you have is a stand alone java application which has a main() method right?

This application does not need to be deployed to run it. Also Creator is not the tool to develop/run/test/debug such application, netbeans would be a better bet

you can get it from

http://www.netbeans.org

Creator is a tool for rapid web application development using the power of JSF technology. If you want to develop web apps you would want to use Creator.

hope this helps.

Thanks

K

kish@suna at 2007-7-8 22:20:24 > top of Java-index,Development Tools,Java Tools...