studio creator 2 launch from desktop
I wanted to fine out if java have a download that has drag-an-drop component to create applications that can be deployed from sun systems? I know studio creator 2 has a drag-an-drop component feature for web application, if I create a application using studio creatior2 can it be launch from the sun system?
[314 byte] By [
afoster] at [2007-11-26 8:27:17]

# 1
Yes! Creator applications are intended to use with web/app servers that have standard J2EE containers including Sun Java System Application Server, BEA WebLogic, IBM WebSphere, Tomcat, and others. Especially, we make sure Sun runs on Sun.
# 2
Maybe I didn't quite answer your question. What do you mean by "launch from desktop"? You can run Java Studio Creator applications on your local desktop machine by running them in the Sun Java System Application Server 8.x Platform Edition that's bundled with Creator for development and testing, but they are web applications running inside the J2EE container and do not have complete access to files on your local desktop machine.
You can use Java Studio Enterprise or the new NetBeans Enterprise Pack 5.5 Beta to create server side EJBs and Web Services that have complete access to server side files. If you want a simple desktop application that has complete access, use NetBeans with its new the intuitive GUI builder Matisse.