Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 41059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:07:15+00:00 2026-05-10T15:07:15+00:00

I know something about Java but completely new to Enterprise Java. I’m trying my

  • 0

I know something about Java but completely new to Enterprise Java. I’m trying my hand with NetBeans 6.1 and GlassFish Application Server. Please guide me to some resources which tell me actually what java enterprise applications are, how they are different from normal java classes etc.

Also which is the best application server to use (on Linux)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T15:07:16+00:00Added an answer on May 10, 2026 at 3:07 pm

    ‘what java enterprise applications are, how they are different from normal java classes etc’

    Well they are normal classes. They are ran by an application server. The ‘application server’ is often just a JVM, but sometimes enhanced or modified or extended by the vendor. But that shouldn’t be any concern to you. The application server (ie: JVM) uses a class loader (probably customized by vendor) to load your servlet (any class that implements the HttpServlet interface). Any other classes (not just J2EE classes, but all classes) will be loaded by the class loader. From there on it is your same java code. I hope this gives you the kind of answer you want. Reading J2EE documents (even aimed towards developers) usually entails meaningless buzzwords.

    I would recommend that you look over the J2EE Tutorial from Sun. It’s free, and goes over the basics that you should know before moving onto a framework (Struts for example). And of course must need to know if you are just going to use just straight J2EE.

    You may wish to familiarize yourself with some of this:

    • http://java.sun.com/j2ee/1.4/docs/api/
    • You may also wish to go over HTTP specification (RFC or elsewhere) as well in case you don’t understand how http requests and responses are processed by a standalone webserver.
    • http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Overview3.html (web containers in particular)

    A couple of helpful facts:

    • A JSP is compiled into a servlet. These were created so that your Servlets wouldn’t have to be developed using an Output Writer to handle every write to page content (the JSP will be compiled into that for you). ie: out.println(‘<html>etcetc…’)
    • the request (HttpServletRequest) object represents the request.
    • the response (HttpServletRespone) object will build the response. (both the http headers and content).
    • Session and Context objects are also important. The former is for carrying session scoped objects (managed by the app server) and mapped to a jsessionid cookie on the client side (so it knows what client (ie: request) has what objects on the server side). The context object is used for initial settings.
    • You will want to go over web containers to fit it all together.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 209k
  • Answers 209k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Is a session variable the only way to do this?… May 12, 2026 at 9:48 pm
  • Editorial Team
    Editorial Team added an answer You need to keep the reference to your Timer alive… May 12, 2026 at 9:48 pm
  • Editorial Team
    Editorial Team added an answer Works now, was an issue with .localhost instead of .somedomain.com… May 12, 2026 at 9:48 pm

Related Questions

I know something about Java but completely new to Enterprise Java. I'm trying my
In my Java project, I have a vector of various types of Traders. These
I'm trying to load a java .class file dynamically and call it by reflection.
I need to put images in my Jasper reports that match rows in a
This is a question that arose mostly of pure curiosity (and killing some time).

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.