Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

servlets vs. class files

843842Nov 12 2008 — edited Nov 13 2008
I need to create server side classes(or servlets) to get access to a vendors API.

I will need login and session capabilities to store username/pw.

I will need to return arrays that will populate dojo components.

The vendor has samples showing the API calls using class files and I am wondering if I need to
utilize servlets at all and trying to figure out the pros and cons.

Can someone outline the main pros/cons of servlets vs class files on the server?


Thanks
Pete
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2008
Added on Nov 12 2008
5 comments
150 views