635424 members! Sign up to stay informed.
News News News Post a news item Post a news item Post a news item More news More news More news Active Threads Active Threads Active Threads  XML  XML  XML

New Article: A Finite State Machine for Asynchronous Services

Posted by: Nuno Teixeira on August 18, 2008    7 comments    last post: August 19, 2008
"Asynchronous Processes Modeled as Persistent Finite State Machines" by Benjamin Possolo describes and implements a finite state machine for asynchronous services using JEE.

Simple 4.0 - Java HTTP Engine

Posted by: Niall Gallagher on August 18, 2008    16 comments    last post: August 20, 2008
The Simple HTTP engine has released version 4.0. Simple is a truly asynchronous HTTP engine capable of scaling to enormous loads with a limited number of servicing threads. It also has a fully comprehensive API that provides as much, if not more, convenience to the developer than the Java Servlet API.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

Stripes 1.5 released

Posted by: Ben Gunter on August 18, 2008    18 comments    last post: August 20, 2008
Stripes 1.5 is available for immediate download. Stripes is a presentation framework for building web applications using the latest Java technologies.

Jitterbit 2.0 Available for Download

Posted by: Peter Varhol on August 18, 2008    5 comments    last post: August 18, 2008
Jitterbit Inc., a provider of open source integration software, today announced the availability of Jitterbit 2.0 Enterprise and Community.

Jt - Java Pattern Oriented Framework (Jt 2.7)

Posted by: Dan Evans on August 14, 2008    0 comments    last post: August 14, 2008
Jt2.7 has been released. Jt is a pattern oriented framework for the rapid implementation of Java applications. Jt has been utilized in several large mission critical systems. Jt implements many well-known patterns including Data Access Objects (DAO), GoF design patterns and J2EE patterns.

Elastica: A free rules-based EJB load balancer for JBoss

Posted by: Bob Stasyszyn on August 14, 2008    7 comments    last post: August 19, 2008
Elastica 1.3.0 has just been released and is available for free download. Elastica is a highly efficient and extensible, rules-based load-balancer for JBoss 4 that adds dynamic behavior to EJB load balancing. Rules can be defined to redirect EJB requests according to request data, server performance data, or even the time of day.

Guide to Performance and Runtime JVM Monitoring

Posted by: Eugene Ciurana on August 14, 2008    1 comment    last post: August 14, 2008
Nicholas Whitehead, a senior technology architect from ADP, authored one of the best, most detailed guides to live, granular JVM monitoring, how to instrument an application after it's built, and how to live monitor a whole group of high-performance systems working together.

Projectivity 3.0 has been released and is now Open Source

Posted by: Emmanuel Jay on August 14, 2008    9 comments    last post: August 17, 2008
Projectivity 3.0 the Open Source Enterprise Management Platform has just been released. Interesting enterprise management platform that includes some commercial support.

NetBeans IDE 6.5 Beta now available

Posted by: Wen Huang on August 13, 2008    30 comments    last post: August 20, 2008
New features in NetBeans IDE 6.5 Beta include support for Groovy and Grails, built-in support for Hibernate, Compile/Deploy on Save, JavaScript debugging for Firefox and IE, and much more.

TSS members save $200 off our sister event, The Ajax Experience

Posted by: Peter Varhol on August 13, 2008    0 comments    last post: August 13, 2008
Our sister event, The Ajax Experience, comes to Boston this fall and TheServerSide.com community is entitled to a special discount. We recommend this conference for developers working or thinking about working with Ajax or rich Web technologies. The Ajax Experience is put on by Ajaxian.com, which is community-driven and vendor-neutral.

SlickEdit Announces the Release of SlickEdit Core for Eclipse

Posted by: Jason Jones on August 13, 2008    0 comments    last post: August 13, 2008
SlickEdit Inc., provider of the most advanced code editors available, announces the release of SlickEdit Core v3.4 for Eclipse. This latest release of SlickEdit Core supports Eclipse Ganymede, version 3.4, and is updated with the latest capabilities from SlickEdit 2008.

Database admin tool for Oracle and a lightweight Java IDE

Posted by: kevin cheung on August 13, 2008    12 comments    last post: August 18, 2008
Navicat Oracle GUI Admin Tool is an ideal solution for Oracle administration and development which lets you create, edit databases, run SQL queries and connect to remote Oracle in an easier way. Jcoder is an efficient and easy to use Java IDE for Windows.



More news »
Older news Older news Older news More news More news More news
Wicket In Action Book Review ( August 13, 2008 )
SmartInspect 3.0 logging tool released ( August 12, 2008 )
Squish for Web Testing Tool Supports Firefox 3.0 ( August 12, 2008 )
Oracle removes licensing for Workshop Eclipse plug-ins ( August 11, 2008 )
Initial version of the Java Gems project ( August 11, 2008 )
Oracle Delivers Oracle WebLogic Server 10g Release 3 ( August 11, 2008 )
IntelliJ IDEA 8 Milestone 1 by JetBrains ( August 08, 2008 )
What about JEE 6, anyway? ( August 08, 2008 )
More news »
Hot threads Hot threads Hot threads Recent blogs Recent blogs Recent blogs Tech talks Tech talks Tech talks
Object pooling is now a serious performance loss
Beyond Java
Three forms of AJAX: solid, liquid and gas.
Design-Time API Promises to make Java more like VB
Will Sun be that target of a management buyout?
Benefits of the Microkernel architecture using Java
pureQuery API best practices
The Seductions of Scala
Django on Jython
Scala collections and servlets
Sneak Peek - The Presentation Tier @ TSSJS
The Framework Impasse @ TSSJS
Groovy
Developing Ajax-based Java Applications
Retrofitting Struts
More hot threads » More blogs » More tech talks »
Enterprise Java Research Library
More White Papers »
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Asynchronous Processes Modeled as Persistent Finite State Machines

Benjamin Possolo describes and implements a finite state machine for asynchronous services using JEE. (August 18, Article)

A RESTful Core for Web-like Application Flexibility - Part 2 - Microkernel

Randy Kahle and Tom Hicks continue their series of RESTful computing with an explanation of the role of the microkernel. (August 7, Article)

Putting Physhun To Work

Read more about the Physhun finite state modeling framework in Jim Ladd's article on a real life application. (August 5, Article)

Are Java Web Applications Secure?

HDIV was designed for the purpose of addressing security issues in Web application frameworks by extending some of those frameworks to do such things as check of non editable data integrity and perform validations for editable data. Read about potential security problems and how HDIV attempts to address those problems. (July 30, Article)

The Road to JBI: Paved with Good Intentions

Standards are a good thing, but sometimes we overreach. Ross Mason tells us how we overreached on JSR-208, and what to do about it. (July 28, Article)

A RESTful Core for Web-like Application Flexibility - Part 1

Representational State Transfer (REST) computing offers developers and applications a number of advantages, including simplicity and flexibility in running applications. Tom Hicks and Randy Kahle begin this series on RESTful computing with the surprising topic of binding. (July 23, Article)

Implementing Finite State Machines with Physhun and Spring

The Physhun project provides finite State Model persistence and transaction management with synchronous or asynchronous behavior. This article presents Physhun, a Spring-based framework for implementing complex processes through Finite State Machine models. (July 18, Article)

Continuous Performance Management Across the Application Lifecycle

This video explains the benefits of concepts like Continuous Performance Management, which applies performance engineering continuously throughout each phase of the software lifecycle. (July 16, TechTalk)

Best Practices for Developing Scalable Web 2.0 Applications

In this Tech Talk, filmed at TSSJS-Europe, Uri Cohen gives a demo that will show you the power of GigaSpaces' scaling, hot failover and self-healing capabilities. A sample Web application which uses Spring MVC and contains an AJAX web front-end and a GigaSpaces' backend will be scaled out. (July 15, TechTalk)

Introduction to m2eclipse

The m2eclipse project provides support for Maven within the Eclipse IDE. It is a plugin which helps bridge the gaps between Maven and Eclipse. Read about how to use m2eclipse to integrate build management into your Eclipse environment. (July 14, Article)

Scaling Your Java EE Applications - Part 2

In part two of this series, Wang Yu presents some surprising results of Java application scalability based on his experiences in a performance laboratory. (July 8, Article)

Scaling Your Java EE Applications

Getting Java applications to scale requires an intimate understanding of the application, the JVM, and the underlying hardware. Wang Yu presents some surprising results of Java application scalability based on his experiences in a performance laboratory. (July 3, Article)

Zero Turnaround for Java Development

In this podcast, JavaRebel development lead Jevgeni Kabanov discusses the value of zero turnaround to both development and production systems, and how JavaRebel helps achieve this goal. (June 27, Podcast)

JSR 286 Portlets: Action-scoped Request Attributes

The recent Java Portlet Specification 2.0 final draft (JSR 286) addresses a shortcoming in the action-render model used in the current spec to be able to let the container take care of managing the attributes between action and render. (June 12, Article)

New Features in EJB 3.1 - Part 4

The EJB 3.1 expert group is working on changes for the next version of the Java EE spec. Here's a preview of those changes. (June 12, Article)

Review: Algorithms in Java

Algorithms in Java provides those who seek to understand underlying mechanisms for manipulating data and working with well-known algorithms using a familiar language. (June 12, Review)

Free Book: Jakarta-Struts Live

Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)

Building Content Oriented Integration Solutions With Mule and JCR

The latest version of the JCR transport for Mule ESB offers a set of features that can enable the creation of content oriented integration solutions. This article by David Dossot presents a simple scenario where all these features are leveraged. (June 9, Article)

Extending Spring LDAP with an iBATIS-style XML Data Mapper

This article by Colin Lu explains how to use Spring's LDAP integration with an XML data mapper to make LDAP access from within Spring trivial. (May 20, Article)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map