Johnny, you're having way too much fun :D .
Sam to answer your question, tomcat simply is the reference implementation
of servlet and jsp specification from Sun (and a damn fine one at that
too).

Glassfish like other comparable app servers out there implement the JEE
specification (well whichever they are targeting) and as such they do much
more (as required by the spec).

Probably some confusion arises when you find that they can both do servlets
and jsp (web applications). This is because the app servers should provide
that feature.

So if you're looking to do ejb's a full blown app server would serve you
well. If you get by fine with just servlets+jsp+other frameworks thrown in
then tomcat is pretty suitable for you as well.

HIH


On Fri, Aug 29, 2008 at 3:32 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote:

>
> --
> Ha ha... time to have some fun...
>
> They stole Tomcat... and messed it up ;)
>
> On a more serious not (if I can do it)... J2EE is a bit of a confusing
> definition... its got a wide scope.
> Within that... you have "servlet" containers... like Tomcat... aimed at the
> web but are actually capable of just about anything in a POJO designers
> hands.
> And then you get EJB.... what the hell does it do again... oh yes, it runs
> beans, and you have to join AA and find a good therapist ;)
>
> Tomcat can also do beans.... but they have rolled it up into what they call
> "biz logic", and tried to add many other tools, like for example they also
> plug RMI into it so you can call it from other Java applications, not just
> from a browser...
>
> They overlap alot... but they are different tools....
> In general... WEB == TOMCAT
>
> And its true that Tomcat is inside Glassfish somewhere... in fact if you
> drop a war into the fish... it will probably work... but not the other way
> around.
>
> Thats why some people in this group... with doubtful principles... say
> things like... something "fishy" going on, or I just like my "pussy" ;)
> ---------------------------------------------------------------------------
> HARBOR : http://www.kewlstuff.co.za/index.htm
> The most powerful application server on earth.
> The only real POJO Application Server.
> See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
> ---------------------------------------------------------------------------
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to