Projects tagged ‘jee’


[151 total ]

247 Users
   

JBoss Application Server is the #1 most widely used Java application server on the market. A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and ... [More] Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. [Less]
Created over 3 years ago.

77 Users
   

JBoss Seam is a powerful new application framework for building next generation Web 2.0 applications by unifying and integrating technologies such as Asynchronous JavaScript and XML (AJAX), Java ... [More] Server Faces (JSF), Enterprise Java Beans (EJB3), Java Portlets and Business Process Management (BPM). Gavin King, Seam creator, is also the Expert Group lead on JSR-299 (http://jcp.org/en/jsr/detail?id=299) which is based on many of the concepts that are part of Seam. [Less]
Created over 3 years ago.

28 Users
   

The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system ... [More] administrators. Geronimo 2.0 is a fully certified Java EE 5 application server runtime. Websphere Application Server Community Edition from IBM is based on this code. [Less]
Created over 3 years ago.

23 Users
   

Apache Camel is a powerful rule based integration framework which provides a POJO based implementation of the Enterprise Integration Patterns using an extremely powerful fluent API (or declarative ... [More] Java Domain Specific Language) to configure routing and mediation rules. The Domain Specific Language means that Apache Camel can support type-safe smart completion of routing rules in your IDE using regular Java code without huge amounts of XML configuration files; though Xml Configuration inside Spring is also supported. [Less]
Created over 2 years ago.

14 Users
 

JORAM (Java Open Reliable Asynchronous Messaging) is an open source implementation of the JMS (Java Message Service) 1.1 API. It provides access to a really distributed MOM (Message Oriented ... [More] Middleware), built on top of the ScalAgent D.T. agents based platform and used within many critical operational applications. Stable versions of JORAM are JMS 1.1 certified. Moreover JORAM is used by JOnAS to undergo the J2EE 1.4 certification, and has passed all tests concerning JMS 1.1 certification in this J2EE TCK. JORAM is a mature project started in 1999, it is an open source software released under the LGPL license since May 2000. Professional Support is available from Scalagent D.T. [Less]
Created over 3 years ago.

11 Users
   

Roma is an Open Source initiative to make Java application development easy. The approach is totally DDD: let's think to the domain of your application and Roma will make the rest: persistence ... [More] (database), presentation (HTML + Ajax), logging, user management, sessions, workflow, scheduler, etc. Roma is a Meta Framework namely a tool that aims to remove dependencies between your application code and frameworks and tools you use. This allows you to change the technology at zero cost without any changes to your application code. Roma is also a MDA implementation since takes its concepts and philosophy but it's totally based on POJOs without to learn other micro languages and complex standards. [Less]
Created over 2 years ago.

4 Users
   

JBoss Messaging was designed and built from the ground up and was not based on the JBoss MQ architecture and is 100% JMS Compliant The main new features are related to clustering functionality. ... [More] JBoss Messaging contains a fully functioning and highly scalable clustering implementation. Unlike JBoss MQ, JBoss Messaging does not rely on a "HA Singleton", this was a major drawback in JBoss MQ, where only one JMS server in the cluster was active at any one time, providing a scalability bottleneck. With JBoss Messaging this limitation disappears and all nodes in the cluster can simultaneously host active JMS servers allowing the load to be distributed much more smoothly. [Less]
Created over 2 years ago.

2 Users

T2 framework is a simple and easy annotation based web framework for web & java developers. Lucy is the lightweight dependency injection and AOP container, as the subproject of T2.
Created 10 months ago.

2 Users

Cloud Tools is a set of tools for deploying, managing and testing Java EE applications on Amazon's Elastic Computing Cloud (EC2). There are three main parts to Cloud Tools Amazon Machine Images ... [More] (AMIs) that are configured to run Tomcat and work with EC2Deploy. See list of installed software. EC2Deploy - the core framework. This framework manages EC2 instances, configures MySQL, Tomcat, Terracotta and Apache and deploys the application. See this blog entry for an overview Maven and Grails plugins that use EC2Deploy to deploy an application to EC2 NEW: Cloud Tools now supports Elastic Block Store. We are looking for beta testers for a new hosted version of Cloud Tools that provides automated application monitoring and management. Please contact us if you are interested in trying out this new service. Grails PluginThe Grails plugin makes it easy to deploy a Grails application to Amazon EC2. It takes care of configuring MySQL, Tomcat and Apache and deploys the application. The plugin provides many scripts including: cloud-tools-deploy - deploy the web application cloud-tools-describe - display information about the running EC2 instances cloud-tools-redeploy - redeploys the application cloud-tools-stop - terminates the instances You can download the plugin from here. See GettingStartedWithTheCloudToolsGrailsPlugin for information about configuring the plugin. Maven PluginThe Maven plugin is an easy way to use Cloud Tools. Once you have configured the plugin in the pom.xml you can deploy your web application to EC2 with "mvn cloudtools:deploy". This goal will: Launch the specified number of Amazon EC2 instances Configure a MySQL master database: create the schema, and run your database initialization scripts Configure zero or more MySQL slaves (optionally in a different availability zone) Upload your web application to EC2 Configure one or more Tomcat servers and deploy your web application Configure an Apache instance to load balance across the Tomcat servers The Cloud Tools maven plugin also supports the following other goals: cloudtools:jmeter - runs a load test cloudtools:redeploy - redeploys the web application cloudtools:dbsave - save a database snapshot in S3 cloudtools:dbrestore - restore the database from S3 cloudtools:clone - creates a copy of the cluster cloudtools:describe - describes the cluster cloudtools:list - lists the available clusters cloudtools:stop - shutdown the cluster See these instructions on using the Maven plugin. Contact me if you would like to know more about Cloud Tools or want to explore migrating your Java or Grails application to Amazon EC2. [Less]
Created about 1 year ago.

2 Users

A small database for risk management, written in JEE and with JSF frontend. An application which is mostly useful to show the general ideas and concepts behind writing a JEE application.
Created 8 months ago.