• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Why Java EE?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring boot, Spring parent poms Spring initializr are really quick ways to start off any project without any hiccups.

Are we having such similar features in Jakarta ee??
Which features in Jakarta ee can narrow the gap with respect to Spring??
How can it simplify things better than what Spring does??
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Modern Java EE is heading to the cloud. Servlets still remain relevant but JSPs not so much. Instead there are modern web-framework apps in pure HTML5/CSS/JS served to the client as static content.
 
Saloon Keeper
Posts: 27478
195
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The question is unclear. Jakarta was a sub-project of the Apache project, but a lot of jarkarta stuff has been relocated. For example, the former jakarta-tomcat is now apache-tomcat.

Jakarta itself is not part of JEE, but rather included implementations of J2EE functions.

J2EE (hence JEE) is the Sun/Oracle standard spec for Enterprise functions in Java, including web applications and their containers, native java messaging, standardized data persistence and a lot more, Spring uses that as a basis for their own projects. Spring's functions are not replacements for JEE, but rather assistance for JEE.

As for Spring POMs, that's actually Maven at work and Maven's archetype facility has been generating both Spring and non-Spring J2EE and JEE projects for years.
 
Always! Wait. Never. Shut up. Look at this tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic