glassfish

GlassFish 2.1
A production-ready, Java EE 5, open source application server. more>>
A production-ready, Java EE 5, open source application server. GlassFish V2 includes support for Enterprise JavaBeans (EJB) 3.0, JavaServer Faces (JSF) 1.2, JavaServer Pages (JSP) 2.1, Java Servlet 2.5, Java API for XML Web Services (JAX-WS) 2.1, Java Architecture for XML Binding (JAXB) 2.1 technologies, etc.
Project GlassFish 2.1
Project GlassFish is a very serviceable program which implements an open source Java EE 5 application server. GlassFish is a robust, commercial, production quality, compatible application server that is free for development, deployment, and redistribution. more>> <<less
Java EE SDK Update 2
Java EE SDK - the industry standard for developing portable, robust, scalable and secure server-side Java applications more>>
Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications.
Building on the solid foundation of the Java Platform, Standard Edition (Java SE), Java EE provides web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise-class service-oriented architecture (SOA) and next-generation web applications.
Defuddle 1.0
Answer Defuddle questions from Dashboard more>> The BitNami JRubyStack is an installer that greatly simplifies the installation of JRuby and its runtime dependencies. It includes ready-to-run versions of JRuby, Rails, Java, Tomcat, GlassFish gem, MySQL and Subversion.
JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. JRuby provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of the Ruby Standard Libraries.
With JRubyStack you can:
-Develop your JRuby on Rails application using Java from Ruby.
-Launch your application with the GlassFish server thanks to the GlassFish gem.
-Make a .war file out of your application in 3 simple steps (see Quick Start Guide for details).
-Deploy it to the bundled Tomcat.
-Commit and Checkout your code with the subversion client.<<less
ESXX 0.9.20090521
Free, easy-to-install, easy-to-use, no-nonsense JavaScript/ECMAscript application server more>> Free, easy-to-install, easy-to-use, no-nonsense JavaScript/ECMAscript application server
ESXX, pronounced Essex, is a web application server that executes web applications written in JavaScript (a.k.a. ECMAscript) on the server-side.
Its written in Java and has no external dependencies except for J2SE 6.0, everything else thats required is packaged in one single, executable JAR file, ready to be tested in Mac OS X,Linux, Solaris, Windows or any other platform where Java 6
Main features:
- JavaScript 1.7, provided by Rhino. Modern JavaScript really is a fantastic language. Well be tracking Rhino releases, so expect 1.8 and 2.0 in the future.
- E4X extensions, meaning unparallelled ease of use when working with XML documents.
- XSLT 2.0, provided by Saxon 9, for state-of-the-art XML transformations with access to user-defined JavaScript and Java extension functions directly from the XSLT templates.
- Embedded SQL database (H2), for quick prototyping or situations where a non-distributed web application is simply good enough.
- Built-in web server, suitable for development and small-scale deployments.
- Secure by default: ESXX is designed to make the applications immune to SQL injection or XSS attacks.
- Encourages layer separation and state-less design, resulting in highly scalable, easily maintainable web applications.
- Ready for the multi-core era: supports multithreaded JavaScript applications with easy-to-use fork/join and parallel array primitives.
- A RESTful mindset that encourages good-looking URIs and exposes web services/resources, local files, LDAP directories and SQL databases using the same API.
- Full access to J2SE 6: Thats thousands of useful classes and arguably one of the best runtime environments on the planet. Naturally, you can plug in your own or 3rd party Java code too, as well as native JNI modules.
- Standards-based: JavaScript, XML, XSLT, SQL, Java. This is stuff you probably already know, so youll be productive in no time.
Enhancements
- Added the XKCD example from the Wiki.
- Fixed apps in examples to use req.scriptURI instead of the web-server dependent CGI variable SCRIPT_NAME.
- Added DOCUMENT_ROOT CGI variable in HTTP mode.
- Added Java EE Servlet support: ESXX can now run inside a J2EE application server, such as Glassfish or Tomcat.
- XSLT parameters may now be specified via the property params in the ESXX.Response object.
- A build.xml file is now included in esxx.war, so it can easily be rebuilt with custom content.
- Added esxx.host, which refers to a host object that can be set when ESXX is embedded. For instance, If ESXX is deployed as a Servlet, esxx.host will refer to that Servlet.
- Added HTTP filter support. And there was much rejoicing.
- Property requestMethod is now available on the ESXX.Request object.
- Upgraded to Rhino 1.7 release 2 + patch for bug #477233.
- Added command line option --db-console to start H2s database console.
- Added the "Hello world" and "The Ajax Blog" tutorials to the examples.
- All-new look of error messages and file listings. No more references to esxx.org resources, everything is now embedded.
- Updated to Saxon 9.0.0.8.
- Added an uninstall script for OSX.
- Removed utility file esxx/Object.js. Use Function.bind() from esxx/harmony.js instead of Object.$(). Hey, its still alpha!
- Well, actually its not. Hello, beta!
The Undertow Student Blog 1.0
Have the latest Undertow Student Blog articles right on your dashboard. more>> The BitNami JRubyStack is an installer that greatly simplifies the installation of JRuby and its runtime dependencies. It includes ready-to-run versions of JRuby, Rails, Java, Tomcat, GlassFish gem, MySQL and Subversion.
JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. JRuby provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of the Ruby Standard Libraries.
With JRubyStack you can:
-Develop your JRuby on Rails application using Java from Ruby.
-Launch your application with the GlassFish server thanks to the GlassFish gem.
-Make a .war file out of your application in 3 simple steps (see Quick Start Guide for details).
-Deploy it to the bundled Tomcat.
-Commit and Checkout your code with the subversion client.<<less
OpenEJB 3.1.1
Embeddable and lightweight EJB 3.0 implementation more>> Embeddable and lightweight EJB 3.0 implementation
Apache OpenEJB is an embeddable and lightweight EJB 3.0 implementation that can be used as a standalone server or embedded into Tomcat, JUnit, TestNG, Eclipse, IntelliJ, Maven, Ant, and any IDE or application.
OpenEJB is included in Apache Geronimo, IBM WebSphere Application Server CE, and Apples WebObjects.
NOTE: OpenEJB is licensed and released under the Apache License Version 2.0.
Main features:
- Supports EJB 3.0, 2.1, 2.0, 1.1 in all modes; embedded, standalone or otherwise.
- JAX-WS support
- JMS support
- J2EE connector support
- Can be dropped into Tomcat 5 or 6 adding various JavaEE 5 and EJB 3.0 features to a standard Tomcat install.
- CMP support is implemented over JPA allowing to freely mix CMP and JPA usage.
- Complete support for Glassfish descriptors allowing those users to embedded test their applications.
- Incredibly flexible jndi name support allows you to specify formats at macro and micro levels and imitate the format of other vendors.
- Allows for easy testing and debugging in IDEs such as Eclipse, Idea Intellij or NetBeans with no plugins required.
- Usable in ordinary JUnit or other style test cases without complicated setup or external processes.
- Validates applications entirely and reports all failures at once, with three selectable levels of detail, avoiding several hours worth of "fix, recompile, redeploy, fail, repeat" cycles.
System requirements:
-
Enhancements
Major new features:
- TestCase Dependency Injection via @LocalClient
- Support for exposing a single interface as @WebService, @Remote, and @Local
- Support for alternate deployment descriptors for testing and other environments
Significant Improvements:
- Global "openejb:" jndi namespace
- Ability to use mappedName as a JNDI Name format
- Web service endpoints securable
- @EjbDeployment annotation as alternative to in openejb-jar.xml
- All openejb.* options and values logged on debug
- Page: 1 of 1
- 1