• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Working with J2EE Technologies

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have been out of Java for 3 years now my company suddenly want to take over couple of J2EE applications for doing some enhancements. Earlier I hevnt done much with J2EE only core Java. I dont have much time to learn all the J2EE techlogies. I am just wondering what should I do so that I get a good hold of the J2EE app I am going to support. The problem is I dont have a design document or anything just the workspace. Please advise what is the best way to analyze the code flow.

Thanks in addvance
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How about JEE Tutorial to get started.
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Prem Bhazee wrote:
... now my company suddenly want to take over couple of J2EE applications for doing some enhancements ..... what should I do so that I get a good hold of the J2EE app I am going to support.



J2EE is less like one technology, and more like a whole bunch of technologies... So, my answer would be it depends on the application.

If the application is a web app, then you need to get up to speed on servlets (or even JSP). If the application uses EJBs, then you need to get up to speed on that. If the application is a web service, then you need to get up to speed on that. etc. etc.

Henry
 
Marshal
Posts: 79151
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think this is a "beginner's" question. We usually discuss EE on another forum: moving thread.
reply
    Bookmark Topic Watch Topic
  • New Topic