answersLogoWhite

0

What is J2EE appilication server?

Updated: 11/1/2022
User Avatar

Wiki User

13y ago

Best Answer

The J2EE application server is the server in which the j2ee application would run. Without the server a j2ee application cannot run. Some famous j2ee application servers are:

a. Websphere

b. Weblogic

c. Tomcat

d. etc

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is J2EE appilication server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the four types of J2EE modules?

According to my aspect, There r Three types of modules in J2EE. They Web server module, Servlet Module, Jsp Module. I don't the fourth one. Can any one help?


Contents in j2ee?

J2EE stands for Java 2 Enterprise Edition. It is used to create enterprise class web applications that can be used by large enterprises and corporations. Most websites of major companies are created using j2ee. Some of the technologies used in J2ee are: a. Struts b. Hibernate c. JSP d. Servlets e. Spring f. etc


Which java version have to use for the project in cloud computing?

j2ee


What is the full form of J2EE?

"Java" refers to both a language and a platform. The runtime and libraries that comprise the platform are based on the Java language and come in 3 flavors: Java SE (Standard Edition): Formerly J2SE but renamed to Java Standard Edition when the Java 2 convention was dropped with the release of Java 5 (formerly J2SE 1.5). It contains a good all-around mix of general purpose libraries including JDBC (Java Database Connectivity), JNDI (Java Naming Directory Interface), RMI (Remove Method Invocation), AWT, and Swing. Java EE (Enterprise Edition): Formerly J2EE (see above). It includes Java Standard Edition plus most of the other Java technologies including JavaMail, Activation, JAXB (Java API for XML Binding), Servlets, JSF (Java Server Faces), JMS (Java Messaging Service), EJB (Enterprise Java Beans), and others. Most of the APIs are very component-oriented and are intended to provide pluggable interfaces for business components to form robust, distributed internet applications. Java ME (Micro Edition): Formerly J2ME. It includes most of Java SE and some additional APIs for handheld devices. Java Enterprise Edition is based on Java, but includes a larger set of libraries than Java Standard Edition, which to most people is synonymous with the word "Java." Note that many of the technologies featured in Java Enterprise Edition are available separately and can be added to the Java Standard Edition platform as needed. Hi! Java is a language and j2ee is a plateform which implements java language. Java can be divided into 3 categories1.core java2.advanced java3.J2EEcore java and advanced java are the standard editions of java where as J2EE is the enterprise editionwitout completing core and advanced java u will not be able to understand J2EE


What is Client-Server Networking?

A server is a database--on a server. The client is: a person on a PC connected to the server via odbc querying the database. A database is only an app on the server. You can have a domain controller, a mail server, a nat server, web hosting... doesnt matter whats on it. And the client wouldn't really be person, a person is referred to as a user. A client is generally the computer. So what is client server networking? Its when you have perhaps 4 clients all using the server for something. The server kinda being like a master. But usually most clients will look to the server for their network settings (DHCP), and perhaps NAT etc..... But like the above person mentioned you can have database's on your server. But your not just limited to database's, you can have mail server's, web servers, app server etc....

Related questions

What are the four types of J2EE modules?

According to my aspect, There r Three types of modules in J2EE. They Web server module, Servlet Module, Jsp Module. I don't the fourth one. Can any one help?


What does J2EE stand for?

J2EE is an acronym for the Java 2 Platform Enterprise Edition (J2EE).


Abbreviation of j2ee?

The full form of J2EE is Java 2 Platform, Enterprise Edition (J2EE),


Advantage of java over j2ee?

HI, Java and J2ee java is for the stand alone application but j2ee is for the enterprise applications.


What is a weblog?

WebLogic is an enterprise java application server. For more information on WebLogic, you can read about it at Oracle's website here: http://www.oracle.com/appserver/weblogic/standard-edition.html Owned by Oracle Corporation, Oracle WebLogic consists of a J2EE platform product family that includes: • a J2EE application server, WebLogic Application Server • an enterprise portal, WebLogic Portal • an Enterprise Application Integration platform • a transaction server and infrastructure, WebLogic Tuxedo • a telecommunication platform, WebLogic Communication Platform • an HTTP web server


Where do you deploy the servlet files?

The Servlet file and all other components of the web/j2ee project get deployed onto a web server (Websphere, Weblogic, Tomcat etc) They are packaged into an Enterprise Archive file (EAR) and deployed on the server


What is jboss in Linux?

Search Google with "jboss in Linux" for more info: Quote from jboss.org: JBoss, a free J2EE 1.4 certified application server, is the most widely used Open Source application server on the market. Unquote.


How can you find e-books for J2EE?

j2ee book available in www.g2tech.110mb.com


Can JSP is used to buid an web application in zope server?

Yes. JSPs can be used as part of any Web Application built/developed using the J2EE Technologies.


Why controller servlet used in j2ee webapplications?

The controller servlet is the heart and soul of J2EE applications. This is where all the conditional/controlling logic exists. Hence it is part of every j2ee application that gets created.


Using the rsdl appilication pad what part of your body should you decontaminate first?

Your hands


How do we find a jsp version in Java?

first you have to find out what version of j2ee you are using then from there you can lookup the jsp version for that version of j2ee