Lomboz
Encyclopedia
Lomboz is an open source
Eclipse
plug-in for the Java EE development environment. It has means to develop, test, profile and deploy Web, Web services, Java, Java EE and EJB applications. Lomboz supports the most Java EE standard application server runtimes, and supports most popular open source runtimes such as JOnAS
. Like JOnAS, Lomboz is hosted and developed by the OW2 Consortium (the development group calls themselves "eteration"). It is distributed under GNU Lesser General Public License
.
In July 2006's this system was sufficiently convenient for the developer, familiar with all main concepts, features and methods of the Java EE platform. It is, however, not oriented to the student who would want to start developing Java EE applications without reading documentation. Lomboz is packaged, integrated and dependent on many other open source Eclipse packages for Java EE development.
Lomboz provides:
Open source
The term open source describes practices in production and development that promote access to the end product's source materials. Some consider open source a philosophy, others consider it a pragmatic methodology...
Eclipse
Eclipse (software)
Eclipse is a multi-language software development environment comprising an integrated development environment and an extensible plug-in system...
plug-in for the Java EE development environment. It has means to develop, test, profile and deploy Web, Web services, Java, Java EE and EJB applications. Lomboz supports the most Java EE standard application server runtimes, and supports most popular open source runtimes such as JOnAS
JOnAS
JOnAS is an open-source implementation of the Java EE application server specification, developed and hosted by the ObjectWeb consortium ....
. Like JOnAS, Lomboz is hosted and developed by the OW2 Consortium (the development group calls themselves "eteration"). It is distributed under GNU Lesser General Public License
GNU Lesser General Public License
The GNU Lesser General Public License or LGPL is a free software license published by the Free Software Foundation . It was designed as a compromise between the strong-copyleft GNU General Public License or GPL and permissive licenses such as the BSD licenses and the MIT License...
.
In July 2006's this system was sufficiently convenient for the developer, familiar with all main concepts, features and methods of the Java EE platform. It is, however, not oriented to the student who would want to start developing Java EE applications without reading documentation. Lomboz is packaged, integrated and dependent on many other open source Eclipse packages for Java EE development.
Lomboz provides:
- Wizards for creating and assembling Java EE modules.
- JSP editor and code assistant.
- Support for JBossJBossJBoss Application Server is an open-source Java EE-based application server. An important distinction for this class of software is that it not only implements a server that runs on Java, but it actually implements the Java EE part of Java...
, WebLogic, Apache TomcatApache TomcatApache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation...
, JOnASJOnASJOnAS is an open-source implementation of the Java EE application server specification, developed and hosted by the ObjectWeb consortium ....
and JRun. - EJB code generators based on XDocletXDocletXDoclet is an open-source code generation library that enables Attribute-oriented programming for Java via insertion of special Javadoc tags. It comes with a library of predefined tags, which simplify coding for various technologies: Java EE, Web services, Portlet etc.-Example:A typical XDoclet...
. - Web Services code generators based on Apache AxisApache AxisApache Axis is an open source, XML based Web service framework. It consists of a Java and a C++ implementation of the SOAP server, and various utilities and APIs for generating and deploying Web service applications. Using Apache Axis, developers can create interoperable, distributed computing...
.