my dog learned polymorphism
The moose likes EJB and other Java EE Technologies and the fly likes deploying application client - java ee Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "deploying application client - java ee" Watch "deploying application client - java ee" New topic
Author

deploying application client - java ee

Binu K Idicula
Ranch Hand

Joined: Jul 11, 2002
Posts: 99
Hi
I have deployed an EJB(xyz_ejb.jar) , which I am trying to access from an application client. When I depoy the application client ( xyz_appclient.jar ) I get a validation error saying MainClass cannot be loaded. I tried running the verifier provided by glassfish and it runs fine without any error,and warning.
Could you redirect me to any good website which has the proper guidelines in creating application client, MANIFEST, packaging, ant scripts etc?
regards
Binu K Idicula
Dilshan Edirisuriya
Ranch Hand

Joined: Apr 22, 2006
Posts: 299
This link may help
http://java.sun.com/j2ee/1.4/docs/tutorial-update6/doc/EJB4.html


Dilshan Edirisuriya SCJP1.4, SCWCD1.4, SCBCD 5
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: deploying application client - java ee
 
Similar Threads
Image compression on client side
Application Quits
RMI callback
SOAP and java.net.SocketException
Reconnect to server