Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jody Mills   on Feb 03 In Java Category.

  
Question Answered By: Kian Evans   on Feb 03

if you use application client
you can run it with applclient application bundled with glassfish to run it ans using benefits of Java EE 5 Application client container.
if you have netbeans, you can create an Enterprise application then you have three sub projects:
1) EJB project
2) Web project
3) Application client module

the first 2 are checked by default and you have to check the 3'rd option.
then netbeans creates an enterprise application with a client module for your.
the client is compiled as a jar, and can be deployed to a glassfish server  or runned using appclient application.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 


Tagged: