Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: eric@invalid.com (EricF) Newsgroups: comp.lang.java.programmer Subject: Re: Java EE on tomcat? Date: Wed, 21 Sep 2011 04:38:05 GMT Organization: A noiseless patient Spider Lines: 34 Message-ID: References: <4e69368f$0$303$14726298@news.sunsite.dk> <4e77f29e$0$311$14726298@news.sunsite.dk> Injection-Date: Wed, 21 Sep 2011 04:38:06 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="BRjS8Vg7pVXH3EXMxatU5g"; logging-data="3449"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX188A60VEHcJbx3A42y5JqSd" X-Newsreader: News Xpress 2.01 Cancel-Lock: sha1:GqmLAYiYHekE8Bi9CLJkQYpuEvw= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:8177 In article <4e77f29e$0$311$14726298@news.sunsite.dk>, =?ISO-8859-1?Q?Arne_Vajh=F8j?= wrote: >On 9/18/2011 6:30 PM, Torsten Kirschner wrote: >> Den 08.09.2011 23:41, skrev Arne Vajhøj: >>> On 9/8/2011 1:53 PM, nroberts wrote: >>>> If higher ups decided that I had to work with Tomcat...no JBoss or >>>> glassfish or anything...what limitations am I looking at? What parts >>>> of Java EE become unavailable to me? >>> >>> Tomcat is a web container only (Java EE Web Profile in >>> Java EE 6 terminology). >> [...] >>> You don't have EJB, JCA, JTA, JMS etc.. >> [...] >> >> Using the Spring Framework ( http://www.springsource.org/ ), one gets >> most of the above, except EJB, I guess. Add Hybernate and you're set. > >I don't think Spring has JCA. > >I don't think Spring provides JTA or JMS - it just allows to >interface other providers. > >It is Hibernate not Hybernate. > >Spring really does not provide much of the standards. > >Arne > > I do think Spring is nice but it doesn't try to provide the standards (JEE). When it first came out, it was a lot easier to use than much of the JEE stack. These days JEE has been simplified. Eric