<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>JavaToolbox Latest Updates</title>
    <link>http://javatoolbox.com/</link>
    <description>List of the latest updated tools on JavaToolbox.com</description>
    <managingEditor>info@NOJavaToolboxSPAM.com</managingEditor>
    <webMaster>info@NOJavaToolboxSPAM.com</webMaster>
    <language>en</language>
    <copyright>Fabrice Marguerie</copyright>
    <pubDate>Fri, 09 May 2008 07:33:30 GMT</pubDate>
    <lastBuildDate>Fri, 09 May 2008 07:33:30 GMT</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://javatoolbox.com/App_Themes/Theme1/LogoForRss.png</url>
      <title>JavaToolbox Latest Updates</title>
      <link>http://javatoolbox.com/</link>
    </image>
    <item>
      <title>Allatori</title>
      <link>http://javatoolbox.com/tools/allatori</link>
      <guid>http://javatoolbox.com/tools/allatori</guid>
      <category>Code protection - Obfuscation</category>
      <pubDate>Tue, 08 Apr 2008 23:33:35 GMT</pubDate>
      <description>&lt;p&gt;Java obfuscator and optimizer.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Protection methods: name obfuscation, flow obfuscation, debug info obfuscation, string encryption, watermarking.
&lt;br /&gt;- Stack trace utility: makes obfuscated debug information comprehensible and adequate.
&lt;br /&gt;- A program module: uses information about decompiler work faults for creating special insertions into an obfuscated code that lead to decompilation failure.
&lt;br /&gt;- J2ME support as a plug-in for the Sun Java Wireless Toolkit for CLDC
&lt;br /&gt;- Command line interface.
&lt;br /&gt;- Integration with Ant.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/code-protectors-obfuscators"&gt;Code protection - Obfuscation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/allatori"&gt;more about Allatori&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Terracotta</title>
      <link>http://javatoolbox.com/tools/open-terracotta</link>
      <guid>http://javatoolbox.com/tools/open-terracotta</guid>
      <category>Miscellaneous</category>
      <pubDate>Tue, 08 Apr 2008 23:32:09 GMT</pubDate>
      <description>&lt;p&gt;Java infrastructure software that allows you to scale your application to as many computers as needed, without expensive custom code or databases.
&lt;br /&gt;Terracotta is an open source clustering solution that provides transparent clustering and coordination services.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Heap-Level replication: selectively share object graphs across the cluster.
&lt;br /&gt;- Cross-JVM coordination.
&lt;br /&gt;- Large virtual heaps: manage heaps that are much bigger than what can be contained in a single JVM.
&lt;br /&gt;- Fine-grained changes: Terracotta does not use serialization, and therefore can push field-level changes to the cluster. This translates into better network efficiency for replication.
&lt;br /&gt;- Runtime management and control: view in real-time objects in the heap.
&lt;br /&gt;- No serialization: because Terracotta clusters at the JVM level, no serialization code is required.
&lt;br /&gt;- Cluster-wide locking semantics: distributed wait/notify and synchronized.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/misc"&gt;Miscellaneous&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/open-terracotta"&gt;more about Terracotta&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lucene</title>
      <link>http://javatoolbox.com/tools/lucene</link>
      <guid>http://javatoolbox.com/tools/lucene</guid>
      <category>Miscellaneous</category>
      <pubDate>Tue, 08 Apr 2008 23:26:30 GMT</pubDate>
      <description>&lt;p&gt;Open source text search engine library written entirely in Java.
&lt;br /&gt;The Lucene API offers both indexing and searching features.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Indexes text and HTML, document classes available for XML, PDF and RTF
&lt;br /&gt;- Search supports phrase and boolean queries, plus, minus and quote marks, and parentheses
&lt;br /&gt;- Allows single and multiple character wildcards anywhere in the search words, fuzzy search, proximity
&lt;br /&gt;- Will search for punctuation such as + or ?
&lt;br /&gt;- Field searches for title, author, etc., and date-range searching
&lt;br /&gt;- Supports most European languages
&lt;br /&gt;- Option to store and display full text of indexed documents
&lt;br /&gt;- Search results in relevance order (ranking)
&lt;br /&gt;- APIs for file format conversion, languages and user interfaces
&lt;br /&gt;- Incremental indexing and batch indexing
&lt;br /&gt;- Multiple-index searching with merged results&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/misc"&gt;Miscellaneous&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/lucene"&gt;more about Lucene&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hibernate</title>
      <link>http://javatoolbox.com/tools/hibernate</link>
      <guid>http://javatoolbox.com/tools/hibernate</guid>
      <category>Object-relational mapping</category>
      <pubDate>Tue, 08 Apr 2008 23:21:18 GMT</pubDate>
      <description>&lt;p&gt;Object/relational mapping solution.
&lt;br /&gt;Hibernate not only takes care of the mapping from Java classes to database tables (and from Java data types to SQL data types), but also provides data query and retrieval facilities and can reduce development time otherwise spent with manual data handling in SQL and JDBC.
&lt;br /&gt;Main features:
&lt;br /&gt;- Support for natural OO idiom: inheritance, polymorphism, composition and the Java collections framework
&lt;br /&gt;- Support for ultra-fine-grained object models: a variety of mappings for collections and dependent objects
&lt;br /&gt;- No build-time bytecode enhancement: there's no extra code generation or bytecode processing steps in your build procedure
&lt;br /&gt;- Scalability: dual-layer cache architecture, and may be used in a cluster
&lt;br /&gt;- The query language: addresses not only how to get objects into the database, but also how to get them out again
&lt;br /&gt;- Support for "application" transactions: supports both long-lived persistence contexts, and detach/reattach, and takes care of optimistic locking automatically
&lt;br /&gt;- Free / open source&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/object-relational-mappers"&gt;Object-relational mapping&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/hibernate"&gt;more about Hibernate&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>memcached</title>
      <link>http://javatoolbox.com/tools/memcached</link>
      <guid>http://javatoolbox.com/tools/memcached</guid>
      <category>Caching</category>
      <category>Caching</category>
      <pubDate>Tue, 25 Mar 2008 00:05:14 GMT</pubDate>
      <description>&lt;p&gt;Distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
&lt;br /&gt;Several client APIs are available, including one for .NET and one for Java.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/caching"&gt;Caching&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/caching"&gt;Caching&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/memcached"&gt;more about memcached&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenXava</title>
      <link>http://javatoolbox.com/tools/openxava</link>
      <guid>http://javatoolbox.com/tools/openxava</guid>
      <category>Web frameworks</category>
      <pubDate>Wed, 12 Mar 2008 00:32:23 GMT</pubDate>
      <description>&lt;p&gt;Framework for developing Java EE applications.
&lt;br /&gt;OpenXava allows you to define applications with POJOs, JPA and Java 5 annotations. It generates JSR-168 portlet applications.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Based on the concept of business component
&lt;br /&gt;- Although the User Interface is automatically generated (on fly) a front-end arrangement is possible
&lt;br /&gt;- Adapted to work with legacy database schemas
&lt;br /&gt;- Supports any application server (Tomcat, JBoss, WebSphere, etc)
&lt;br /&gt;- Supports JSR-168: All OpenXava modules are standard portlets too
&lt;br /&gt;- Persistence engine: EJB3 JPA, Hibernate or EJB2 CMP
&lt;br /&gt;- Tested with portals such as JetSpeed 2, WebSphere Portal, Liferay and Stringbeans
&lt;br /&gt;- Integration of reports made with JasperReports
&lt;br /&gt;- Licensed under LGPL. You can develop comercial application using OpenXava.
&lt;br /&gt;- All labels and messages are in English, Spanish, German, Polish, Indonesian, French and Catalan&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/web-frameworks"&gt;Web frameworks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/openxava"&gt;more about OpenXava&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Web Toolkit</title>
      <link>http://javatoolbox.com/tools/google-web-toolkit</link>
      <guid>http://javatoolbox.com/tools/google-web-toolkit</guid>
      <category>Web frameworks</category>
      <category>JSF - JSP - Tag libraries - AJAX</category>
      <pubDate>Tue, 11 Mar 2008 20:41:47 GMT</pubDate>
      <description>&lt;p&gt;Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language.
&lt;br /&gt;&lt;br /&gt;With GWT, you write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Dynamic, reusable UI components.
&lt;br /&gt;- Simple RPC: To communicate from your web application to your web server, you just need to define serializable Java classes for your request and response.
&lt;br /&gt;- Browser history management: Handles the browser's back button history.
&lt;br /&gt;- Real debugging: In production, your code is compiled to JavaScript, but at development time it runs in the Java virtual machine. That means when your code performs an action like handling a mouse event, you get full-featured Java debugging, with exceptions and the advanced debugging features of IDEs like Eclipse.
&lt;br /&gt;- Browser compatible: Supports IE, Firefox, Mozilla, Safari, and Opera with no browser detection or special-casing within your code in most cases.
&lt;br /&gt;- Interoperability and fine-grained control: If GWT's class library doesn't meet your needs, you can mix handwritten JavaScript in your Java source code using our JavaScript Native Interface (JSNI).&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/web-frameworks"&gt;Web frameworks&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/jsf-jsp-tag-libraries"&gt;JSF - JSP - Tag libraries - AJAX&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/google-web-toolkit"&gt;more about Google Web Toolkit&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ehcache</title>
      <link>http://javatoolbox.com/tools/ehcache</link>
      <guid>http://javatoolbox.com/tools/ehcache</guid>
      <category>Caching</category>
      <pubDate>Thu, 06 Mar 2008 16:26:34 GMT</pubDate>
      <description>&lt;p&gt;Ehcache is a pure Java, in-process cache.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- memory and disk stores
&lt;br /&gt;- scalable to hundreds of caches
&lt;br /&gt;- multiple CacheManagers per virtual machine
&lt;br /&gt;- supports Object or Serializable caching
&lt;br /&gt;- support cache-wide or element-based expiry policies
&lt;br /&gt;- provides LRU, LFU and FIFO cache eviction policies
&lt;br /&gt;- blocking cache to avoid duplicate processing for concurrent operations
&lt;br /&gt;- self-populating cache for pull through caching of expensive operations
&lt;br /&gt;- replicate by copy and invalidate
&lt;br /&gt;- listeners
&lt;br /&gt;- gzip caching servlet&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/caching"&gt;Caching&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/ehcache"&gt;more about Ehcache&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JBoss Seam</title>
      <link>http://javatoolbox.com/tools/jboss-seam</link>
      <guid>http://javatoolbox.com/tools/jboss-seam</guid>
      <category>Web frameworks</category>
      <category>Frameworks</category>
      <pubDate>Tue, 04 Mar 2008 12:58:46 GMT</pubDate>
      <description>&lt;p&gt;Application framework for Java EE 5 that unifies the component models of JSF and EJB 3.0, providing a streamlined programming model for web-based enterprise applications.
&lt;br /&gt;Seam introduces the notion of declarative application state management for POJO components. Seam components are stateful and contextual, with a well-defined container-managed lifecycle. This approach helps solve a whole class of bugs and performance problems that plague web applications with non-linear or multi-window navigation. Seam also makes business process management a first class construct, by integrating JBoss jBPM into this state management architecture.
&lt;br /&gt;Seam helps testing Java EE 5 applications in unit test frameworks by leveraging the JBoss Embeddable EJB3 container.
&lt;br /&gt;Seam is compatible with any application server that supports the EJB 3.0 public draft, and with any JSF 1.2 implementation.
&lt;br /&gt;&lt;br /&gt;Even if you're not ready to plunge into Java EE 5 and EJB 3.0 today, you can still take advantage of Seam's approach to state management by using Seam with Hibernate 3 and the JBoss Microcontainer.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/web-frameworks"&gt;Web frameworks&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/frameworks"&gt;Frameworks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/jboss-seam"&gt;more about JBoss Seam&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scala</title>
      <link>http://javatoolbox.com/tools/scala</link>
      <guid>http://javatoolbox.com/tools/scala</guid>
      <category>Languages</category>
      <pubDate>Mon, 03 Mar 2008 18:58:06 GMT</pubDate>
      <description>&lt;p&gt;Programming language designed to express common programming patterns in a concise and type-safe way.
&lt;br /&gt;Scala integrates features of object-oriented and functional languages including mixins, algebraic datatypes with pattern matching, genericity, and more. It is integrated with Java and .NET: the Scala compiler produces standard Java class files or .NET assemblies, and Java/.NET libraries and frameworks can be used without glue code or additional declarations.
&lt;br /&gt;A Scala Plugin extends the Eclipse platform with a new Scala perspective providing wizards to generate Scala code, syntax highlighting and integration of the Scala tools (currently compiler only).&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/languages"&gt;Languages&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/scala"&gt;more about Scala&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>AgileJ StructureViews</title>
      <link>http://javatoolbox.com/tools/agilej-structureviews</link>
      <guid>http://javatoolbox.com/tools/agilej-structureviews</guid>
      <category>Modeling - Architecture - MDA - UML</category>
      <pubDate>Mon, 03 Mar 2008 15:31:59 GMT</pubDate>
      <description>&lt;p&gt;Plugin for Eclipse that creates reverse-engineered UML class diagrams.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- The diagrams are filterable through custom rules
&lt;br /&gt;- If you rename or move a class to another package, all diagrams follow suit
&lt;br /&gt;- You can set rules as to what a diagram should show. eg. all members of package X or all subclasses of type Y
&lt;br /&gt;- There's no separate UML model, all diagram info is sourced from the Eclipse JDT as you view it
&lt;br /&gt;- Shows all Java related static model information. eg. synchronized, final, deprecated, exceptions, and inner classes on the diagrams
&lt;br /&gt;- Shows Eclipse markers on the diagrams: errors, warnings, // TODO
&lt;br /&gt;- Exports JPEG, SVG, GIF or PNG&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/modeling-architecture-mda-uml"&gt;Modeling - Architecture - MDA - UML&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/agilej-structureviews"&gt;more about AgileJ StructureViews&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JExcel</title>
      <link>http://javatoolbox.com/tools/jexcel</link>
      <guid>http://javatoolbox.com/tools/jexcel</guid>
      <category>Reporting</category>
      <pubDate>Wed, 27 Feb 2008 21:22:05 GMT</pubDate>
      <description>&lt;p&gt;Library for integrating Microsoft Excel into Swing applications.
&lt;br /&gt;&lt;br /&gt;The JExcel functionality can be divided into the following parts:
&lt;br /&gt;- Automation of an Excel application, workbooks, worksheets, etc. This is the core functionality of the JExcel library, which allows working with Excel applications, workbooks, worksheets, ranges and cells.
&lt;br /&gt;- Embedding a workbook in a Java Swing application. JExcel provides the JWorkbook component that allows embedding an Excel workbook in a Java Swing application as an ordinary Swing component.
&lt;br /&gt;- Handling Excel workbook or worksheet events. Workbook and Worksheet JExcel classes allow adding listeners for events generated by a workbook or worksheet and event handlers to affect the application behavior.
&lt;br /&gt;- Working with native peers. Native peers are provided to allow you to add custom functionality based on JExcel.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/reporting"&gt;Reporting&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/jexcel"&gt;more about JExcel&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lattix LDM for Java</title>
      <link>http://javatoolbox.com/tools/lattix-ldm-for-java</link>
      <guid>http://javatoolbox.com/tools/lattix-ldm-for-java</guid>
      <category>Code analysis - Standards verifiers</category>
      <pubDate>Wed, 27 Feb 2008 20:49:56 GMT</pubDate>
      <description>&lt;p&gt;Enables you to analyze the architecture of your Java application in terms of the elements and their relationships (jars, packages, classes, methods, etc.).
&lt;br /&gt;&lt;br /&gt;Lattix LDM allows you to analyze your architecture, edit the structure to create what-if and should-be architectures, and then create design rules to formalize and communicate that architecture to your development organization. Lattix LDM uses a dependency-matrix approach to obtain information about an application. It displays the matrix and lets users conceptually reorganize the layers and packaging structure. Continual monitoring of an application for structural deterioration is also enabled; thereby allowing remedial action to be taken before the problem escalates to a major maintenance problem.
&lt;br /&gt;Lattix LDM offers a GUI as well as a command line options to facilitate integration with build tools or IDEs.  Plugins for NetBeans and Eclipse are available. It also includes support for Hibernate and Spring Framework.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/code-analysers-standards-verifiers"&gt;Code analysis - Standards verifiers&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/lattix-ldm-for-java"&gt;more about Lattix LDM for Java&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Velocity</title>
      <link>http://javatoolbox.com/tools/velocity</link>
      <guid>http://javatoolbox.com/tools/velocity</guid>
      <category>Page templating</category>
      <pubDate>Mon, 25 Feb 2008 23:38:23 GMT</pubDate>
      <description>&lt;p&gt;Template engine permitting to use a template language to reference objects defined in Java code.
&lt;br /&gt;When Velocity is used for web development, Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the web pages, making the web site more maintainable over the long run and providing an alternative to Java Server Pages (JSPs) or PHP.
&lt;br /&gt;Velocity's capabilities reach beyond the realm of the web; for example, it can be used to generate SQL and PostScript and XML from templates. It can be used either as a standalone utility for generating source code and reports, or as an integrated component of other systems. For instance, Velocity provides template services for the Turbine web application framework, together providing a view engine facilitating development of web applications according to a true MVC model.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/page-templating"&gt;Page templating&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/velocity"&gt;more about Velocity&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Geronimo</title>
      <link>http://javatoolbox.com/tools/geronimo</link>
      <guid>http://javatoolbox.com/tools/geronimo</guid>
      <category>Application servers</category>
      <pubDate>Mon, 25 Feb 2008 22:45:47 GMT</pubDate>
      <description>&lt;p&gt;Open-source certified J2EE server that:
&lt;br /&gt;- is licensed under the Apache License
&lt;br /&gt;- passes Sun's TCK for J2EE 1.4
&lt;br /&gt;- reuses ASF/BSD licensed code available today, with new ASF code to complete the J2EE stack.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- complete J2EE 1.4 certification
&lt;br /&gt;- support for Java Business Integration (JBI)
&lt;br /&gt;- Tomcat or Jetty Web container deployment options
&lt;br /&gt;- a Web-enabled management console based on Java Portlets
&lt;br /&gt;- integration with the Eclipse Web Tools Project
&lt;br /&gt;- integration of Apache Derby and the Apache Directory Server&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://javatoolbox.com/categories/application-servers"&gt;Application servers&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://javatoolbox.com/tools/geronimo"&gt;more about Geronimo&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>