answersLogoWhite

0


Best Answer

Java Servlet Development Kit is an integrated development kit used to build, test, and deploy Java Servlet applications.

JSDK allows most standard Web server such as Netscape servers, IIS, Apache and others to load servlets .

JSDK is a suite of software for easing the development of Java servlets.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is JAVA Servlet Development Kit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Where you can download java servlet development kit2.0?

There is no specific/separate servlet development kit. Servlets can be developed and compiled using the standard JDK and JRE. The only difference being the fact that - to run them you need a web server


What is difference between jdk and JRE?

Age old question. :) Simply Put: - If you need to execute any java program you need JRE (as the name says "Runtime Env"). - If you need to compile some java code you ll need JDK (as the name says "Development Kit"). One more thing to be noted is JRE will always be shipped with JDK because as I mentioned earlier JDK compiles the code, so if you want to execute the compiled code you need JRE. Hope this helps. . The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.


What are the various J2EE technologies?

Java 2 Enterprise Edition (J2EE) provides an object-oriented, distributed and cross-platform framework for developing and deploying robust, secure and scalable E-Business and E-Commerce applications. J2EE enables efficient development of enterprise applications, while leveraging investments in existing business resources such as Database Systems, Messaging Systems and Naming and Directory Services. Using J2EE, enterprise developers may implement business objects using the Enterprise JavaBeans (EJB) technology and deploy them across a wide range of J2EE compliant application servers. Enterprise developers may also build sophisticated clients for their E-Business applications using the Java Servlet, Java Server Pages (JSP), XML or the Java Applet technologies. These clients may be packaged and deployed on a Web Container. J2EE enables component-based development of both the business logic and the presentation logic. Using this approach, enables the development of thin HTML, DHTML and JavaScript based clients. J2EE also supports the development of complex clients as regular Java applications and applets. The J2EE platform provides access to a host of enterprise services using well-defined and standard Java Enterprise APIs that are listed below Java API for Web Services (JAX-WS) Java API for XML-Based RPC (JAX-RPC) Java Architecture for XML Binding (JAXB) SOAP with Attachments API for Java (SAAJ) Streaming API for XML (StAX) Web Service Metadata for the Java Platform, Enterprise JavaBeans (EJB) Java EE Connector Architecture (JCA) Java Servlet Java Server Faces (JSF)


Importance of deployment descriptor in servlet?

The deployment descriptor is an xml file that contains the basic and most important information that is required to deploy a web application (Servlet) Without this, the web server would not know, which requests to entertain/consider as requests to access this servlet.


What is Development platform?

The computer on which the software is being written. Sometimes, the term is even narrowly down to the tool(s) running on that computer. For example, your PC or notebook as a development platform (running Windows or MAC, UNIX, etc). Or Eclipse as the development platform to write Java or any other programs.

Related questions

Where you can download java servlet development kit2.0?

There is no specific/separate servlet development kit. Servlets can be developed and compiled using the standard JDK and JRE. The only difference being the fact that - to run them you need a web server


What is meant by The Java Software Development Kit?

It is a kit of JAVA development tools that are normally not shipped with JAVA! MOST companies have "Development kits" for their software - Java is not an exception!


Is j2ee servlet development kit useful for developing servlets in j2se?

J2SE stands for Java 2 Standard Edition and I dont think Servlets are a part of it. Servlets are only part of the Java 2 Enterprise Edition.


Where can one find a Java development kit?

Java Development Kits are best found on the Java website. There are a number of programmes that can be downloaded. It is also possible to get Java Development Kit downloads from the Oracle website.


What is the price of the Java development kit 1.6 software?

The Java Development Kit is free. See the related link below for the download page.


How do you install a java development kit?

Download a SDK from java.com.


What is the difference between j2sdk and jdk?

JDK is java development kit whereas J2SDK is the newer one and is called as Java 2 software development kit.


What is the use of Servlet in java?

Java Servlet is used for Server Side programming for developing Web Applications. It easily employs Database Connectivity. We can also use JSP however it cannot replace a Java Servlet.


What is Java Development Kit?

The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.


What software package would you use to write Java?

You would use the Java Development Kit (JDK).


Differentiate Java applet and Java servlet?

Java Applet is an application designed to transmit on internet to execute on java compatible browsers. Java Servlet is a server side program used to provide services to clients.


What is the difference between networking and servlet in java?

Networking is a basic action. A servlet in Java is a single part of networking, a single task.