I want to know the basic

Hi,

I am using Tomcat (version:5.5.x)now to study servlets and JSP. It is going well.

Now I am want to learn EJP.

Can I run EJP in my tomcat? or Tomcat is for servlets and JSP?

If it is can in Tomcat no problem .If it is not which server is the best one for EJP.My purpose in only I have to learn EJP well.

Will you please help me to solve my doubts?

Thank you so much.

[412 byte] By [javatechalla] at [2007-10-2 21:03:20]
# 1
Tomcat cannot run EJB (not EJP - just wanted to point it out). there are open source implementation of app servers like JBOSS, resin, etc., which can help you run EJB's.
amateur_javaa at 2007-7-13 23:48:27 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
I would recommend a free Java IDE - Netbeans and SUN Application Server.It supports all latest J2EE stuff, including EJBs.Here is a demo about how to develop EJB 3.0 (the latest specification) in NetBeans. http://j2ee.netbeans.org/NetBeans_EJB3.html
Maris_Orbidansa at 2007-7-13 23:48:27 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Hi,Thank you so much for your reply.
javatechalla at 2007-7-13 23:48:27 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...