Re: Struts - j2ee compliant

2003-07-02 Thread objectworlds
So if I have a requirement to use the Mail API with a web app then I should perhaps consider downloading EJBOSS and stateless session beans to compliment tomcat the struts framework , etc. [EMAIL PROTECTED] wrote: On Wed, 2 Jul 2003, objectworlds wrote: What is incomplete in tomcat ?

Re: Struts - j2ee compliant

2003-07-02 Thread Sandeep Takhar
] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Struts - j2ee compliant To use struts framework does the server have to be J2EE compliant ? To use Struts your container has to implement the Servlet 2.2

Re: Struts - j2ee compliant

2003-07-02 Thread Martin Cooper
objectworlds [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] So if I have a requirement to use the Mail API with a web app then I should perhaps consider downloading EJBOSS and stateless session beans to compliment tomcat the struts framework , etc. If, by the Mail API, you

Re: Struts - j2ee compliant

2003-07-02 Thread objectworlds
Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Struts - j2ee compliant To use struts framework does the server have to be J2EE compliant ? To use Struts your container has to implement the Servlet 2.2 Specification (which

Re: Struts - j2ee compliant

2003-07-01 Thread objectworlds
To use struts framework does the server have to be J2EE compliant ? if so is that the case for model 1 model 2 ? Is tomcat always J2EE compliant ? [EMAIL PROTECTED] wrote: --- objectworlds [EMAIL PROTECTED] wrote: I have been informed that Jakarta Struts framework is a subproject of

Re: Struts - j2ee compliant

2003-07-01 Thread objectworlds
: Struts - j2ee compliant To use struts framework does the server have to be J2EE compliant ? To use Struts your container has to implement the Servlet 2.2 Specification (which is part of J2EE 1.2) or later. If you're using JSP pages, your container must also support JSP 1.1 (also part of J2EE 1.2

Re: Struts - j2ee compliant

2003-07-01 Thread Craig R. McClanahan
On Wed, 2 Jul 2003, objectworlds wrote: What is incomplete in tomcat ? There is no support for EJB, JMS, Connector Architecture, and a whole ton of other APIs above and beyond Servlet and JSP. See the J2EE Specification for a complete list of everything that a J2EE server has to provide: