You are on page 1of 3

Net Beans

NetBeans is an integrated development environment (IDE) for developing primarily with Java,
but also with other languages, in particular PHP, C/C++, and HTML5.[3] It is also an application
platform framework for Java desktop applications and others.
The NetBeans IDE is written in Java and can run on Windows, OS X, Linux, Solaris and other
platforms supporting a compatible JVM.
The NetBeans Platform allows applications to be developed from a set of modular software
components called modules. Applications based on the NetBeans Platform (including the
NetBeans IDE itself) can be extended by third party developers.[4]
The NetBeans Team actively support the product and seek feature suggestions from the wider
community. Every release is preceded by a time for Community testing and feedback

The platform offers reusable services common to desktop applications, allowing developers to
focus on the logic specific to their application. Among the features of the platform are:

User interface management (e.g. menus and toolbars)

User settings management

Storage management (saving and loading any kind of data)

Window management

Wizard framework (supports step-by-step dialogs)

NetBeans Visual Library

Integrated development tools

NetBeans IDE is a free, open-source, cross-platform IDE with built-in-support for Java
Programming Language.

Java
Java is

general-purpose computer

programming

language that

is concurrent, class-

based, object-oriented,[10] and specifically designed to have as few implementation dependencies


as possible. It is intended to let application developers "write once, run anywhere"
(WORA), meaning that code that runs on one platform does not need to be recompiled to run on
another.[12] Java applications are typically compiled to bytecode that can run on any Java virtual
machine (JVM) regardless of computer architecture. Java is, as of 2014, one of the most popular
programming languages in use, particularly for client-server web applications, with a reported 9
million

developers.[13][14] Java

was

originally

developed

by James

Gosling at Sun

Microsystems (which has since merged into Oracle Corporation) and released in 1995 as a core
component

of

Sun

Microsystems' Java

platform.

The

language

derives

much

of

its syntax from C andC++, but it has fewer low-level facilities than either of them.

Apache Tomcat
Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) is an open source web
server and servlet container developed by the Apache Software Foundation (ASF). Tomcat
implements several Java EE specifications including Java Servlet, JavaServer
Pages (JSP), Java EL, and WebSocket, and provides a "pure Java" HTTP web
server environment for Java code to run in.
Apache is developed and maintained by an open community of developers under the auspices of
the Apache Software Foundation, released under theApache License 2.0 license, and is opensource software.
Tomcat 7.x implements the Servlet 3.0 and JSP 2.2 specifications.[7] It requires Java version 1.6,
although previous versions have run on Java 1.1 through 1.5. Versions 5 through 6 saw

improvements ingarbage collection, JSP parsing, performance and scalability. Native wrappers,
known as "Tomcat Native", are available for Microsoft Windows and Unix for platform integration.
Tomcat 4.x was released with Catalina (a servlet container), Coyote (an HTTP connector) and
Jasper (a JSP engine).

Wampserver
The acronym WAMP refers to a set of free (open source)applications, combined with Microsoft Windows, which
are commonly used in Web server environments. The WAMP stack provides developers with the four key
elements of a Web server: an operating system, database, Web server and Web scripting software. The
combined usage of these programs is called a server stack. In this stack, Microsoft Windows is the operating
system (OS),Apache is the Web server, MySQL handles the database components, while PHP, Python,
or PERL represents the dynamic scripting languages.

You might also like