636108 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

Does Spring violate JEE spec?

Posted by: Jaun Oliver on August 27, 2008    74 comments    last post: August 28, 2008
See message post for details..

Nexus Maven Repository Manager 1.0 Released!

Posted by: Jason van Zyl on August 26, 2008    3 comments    last post: August 28, 2008
The Sonatype Nexus team has been working intensely for five months to deliver Nexus 1.0 which is now available for download.

Sponsored Links


Resources

Enterprise Java
Research Library

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

New book on Java EE Spring Patterns

Posted by: prosenjit bhat on August 26, 2008    1 comment    last post: August 28, 2008
The Pro Java EE Spring Patterns book, written by Dhrubojyoti Kayal, provides rich information on how to implement the Java EE design patterns using the Spring framework. This is a review of the book.

JavaRebel 1.2 released, now with full Spring support

Posted by: Jevgeni Kabanov on August 26, 2008    6 comments    last post: August 27, 2008
The latest stable release of the JavaRebel code reloading agent includes a plugin for Spring that reloads Spring configuration on-the-fly boosting development productivity even more.

New Article: Using Asynchronous IO and SEDA model

Posted by: Nuno Teixeira on August 25, 2008    0 comments    last post: August 25, 2008
Mihai Lucian explores asynchronous I/O in Apache Jakarta Tomcat along with the staged event-driven architecture(SEDA) model implemented in Mule for executing fast and long-running business processes. Through performance testing, he notes that this architecture can be reasonably scalable.

Grasshopper 2.5 released

Posted by: Peter Varhol on August 25, 2008    10 comments    last post: August 27, 2008
Code in .NET, build in Java, deploy to Linux. Grasshopper is a free tool that dynamically translates .NET code into Java that can be run on Tomcat under Linux.

Amazon Elastic Block Store (EBS) now available

Posted by: Peter Varhol on August 25, 2008    6 comments    last post: August 27, 2008
Amazon Elastic Block Store (EBS) provides block level storage volumes for use with Amazon EC2 instances. Amazon EBS volumes are off-instance storage that persists independently from the life of an instance.

EAC4J: Apache Commons Configuration via JNDI

Posted by: Frank Martinez on August 24, 2008    7 comments    last post: August 27, 2008
Use Apache Commons Configuration, without adding dependencies to your application and obtaining your configurations by JNDI lookups. And with the ability to reload without restart!

I made this small lib because i need it, now i want to share, it would be util for someone.

See the article: http://www.ibstaff.net/fmartinez/?p=52

Building OSGi apps with Ant, made easy with Ivy and Bushel

Posted by: Alex Radeski on August 22, 2008    7 comments    last post: August 25, 2008
Bushel provides utility classes for Ant Ivy that allow a developer to use a directory of OSGi bundles as a dependency repository. It does this through a custom metadata parser that converts a MANIFEST.MF file into a valid ivy.xml. The aim is to assist IDE-free OSGi development and continuous integration best practice.

Book: Service Oriented Architecture with Java

Posted by: Collin Smith on August 21, 2008    13 comments    last post: August 26, 2008
A look at the current java open source toolsets to help implement a Service Oriented Architecture. This book provides good code samples as well.

Why you should consider Tapestry 5

Posted by: Peter Varhol on August 21, 2008    97 comments    last post: August 27, 2008
Joshua Partogi offers his thoughts on the improvements in usability in Tapestry 5 over the previous version.

JBoss Tools 3 Alpha released

Posted by: Max Andersen on August 21, 2008    9 comments    last post: August 26, 2008
The first alpha version of JBoss Tools 3 out. The highlights in this release are: Ganymede/Eclipse 3.4, Graphical Seam pages.xml editor, Hibernate in Dali, Portlet wizards, JBossWS, Eclipse BIRT Hibernate datasource.



More news »
Older news Older news Older news More news More news More news
Java Parallel Processing Framework (JPPF) version 1.4 available ( August 20, 2008 )
WSO2 ESB fixes the Firefox3 ( August 19, 2008 )
Coherence appears in AbeBooks.com application ( August 19, 2008 )
New Article: A Finite State Machine for Asynchronous Services ( August 18, 2008 )
Simple 4.0 - Java HTTP Engine ( August 18, 2008 )
Stripes 1.5 released ( August 18, 2008 )
Jitterbit 2.0 Available for Download ( August 18, 2008 )
Jt - Java Pattern Oriented Framework (Jt 2.7) ( August 14, 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?
Java MQ Clustering & CAPS 6
Java closures and current proposals
Are constructors worthless ?
OpenJDK 7 for Mac OS X
Benefits of the Microkernel architecture using Java
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

Building a Scalable Enterprise Applications Using Asynchronous IO and SEDA Model

Mihai Lucian demonstrates a Java servlet architecture using Mule that supports asynchronous I/O and a combination of fast and long-running business processes. (August 25, Article)

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)

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