Hightide 6.1.4H-beta Release

View: New views
1 Messages — Rating Filter:   Alert me  

Hightide 6.1.4H-beta Release

by janb :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

------------------------------------------------------------------
Hightide 6.1.4H-beta
------------------------------------------------------------------

Release 6.1.4H-beta of Hightide is available for download at:

       http://www.webtide.com/downloads.jsp.

Hightide is an open source, versioned and optimized distribution of
Jetty providing a comprehensive toolset for the development of scalable,
state-of-the-art web 2.0 applications.

New features in this release include:

 + More performance optimizations.

 + Maven plugin for Hightide providing the same style of rapid webapp
   development as the Jetty maven plugin, but with all J2EE services
   instantiated and available. Targets are:
     mvn hightide:run
     mvn hightide:run-war
     mvn hightide:run-war-exploded

 + Maven api dependency for simplified webapp development. The following
   single dependency will ensure that all J2EE apis supported by the
   Hightide runtime are transitively included, reducing the number of
   dependencies you need to keep track of:

    <dependency>
      <groupId>com.webtide.hightide</groupId>
      <artifactId>hightide-provided-apis</artifactId>
      <version>6.1H.4-beta</version>
      <type>pom</type>
      <scope>provided</scope>
    </dependency>

 + Maven dependency for all jars used by Hightide runtime. The following
   single dependency will ensure that all jars that are present on the
   runtime classpath will be transitively available to your webapp, reducing
   the complexity and tedium of maintaining your pom:

     <dependency>
        <groupId>com.webtide.hightide</groupId>
        <artifactId>hightide-server-dependencies</artifactId>
        <version>6.1H.4-beta</version>
        <type>pom</type>
        <scope>provided</scope>
    </dependency>

--
Jan Bartel, Webtide LLC | janb@... | http://www.webtide.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jetty-announce mailing list
Jetty-announce@...
https://lists.sourceforge.net/lists/listinfo/jetty-announce