JBoss just published a white paper that describes how Seam enables rapid development of RIAs by eliminating technology hurdles and placing developer focus back on solving business problems. Specific enterprise use cases demonstrate how increasingly complex features can rapidly be introduced into a software product with Seam in an iterative fashion.
The white paper is written [...]
Entries Categorized as 'Java'
JBoss Seam: Agile RIA Development Framework
May 11, 2010
Enterprise Mashups with RESTful Web Services and jQuery (Part 2)
April 26, 2010
RESTful web services and jQuery make it easy to create an enterprise mashup. This 2 part article discusses how to create a simple enterprise mashup using jQuery. Part 1 introduced the basic requirements of your enterprise services, the simplicity of JSON, and how to consume your RESTful web services using jQuery. Part [...]
Enterprise Mashups with RESTful Web Services and jQuery (Part 1)
April 21, 2010
RESTful web services and jQuery make it easy to create an enterprise mashup. This 2 part article discusses how to create a simple enterprise mashup using jQuery. Part 1 introduces what is required of your enterprise services, the simplicity of JSON, and how to consume your RESTful web services using jQuery. Part [...]
Serving up JSONP from your JAX-RS Web Services
April 18, 2010
If you are developing RESTful services that will be consumed by AJAX clients on different servers, you will likely need to support JSONP. JSONP allows your RESTful web services to support cross-domain communication by enabling your clients to bypass the same-origin policy browser restriction. While some JAX-RS implementations support JSONP, this article demonstrates how any [...]
Tuning Queries when using Pagination with JPA and Hibernate
March 12, 2010
In recent performance tuning of some EJBQL search queries, I’ve had a lot of discussions with other developers on database pagination. There are some definite nuances that you have to be aware of when using Hibernate’s pagination feature, so I thought I would explain them here.
Quick Introduction to Database Pagination with JPA
Database pagination allows [...]
Second-level caching: Still an effective performance tuning technique
April 6, 2009
I keep reading discussions regarding the performance of Seam applications. These discussions are generally centered around the performance overhead of the interception techniques used by Seam. While this is definitely a valid issue in certain scenarios, see this excellent forum discussion started by Tobias Hill, many tend to blame Seam too quickly [...]
Seam Framework promotion at JavaRanch
March 31, 2009
Michael Yuan and I will be answering questions about the book and Seam in general at JavaRanch this week in the JBoss forum. If you would like to ask us a question feel free to stop by! They will be selecting four random posters in the forum to win a free copy of the book [...]
Seam UI Refcard Released
February 23, 2009
As a follow-up to the Core Seam Refcard, DZone has now released my companion reference for using Seam with JSF. The Seam UI Refcard has now been released through the DZone Refcardz site and includes:
Simplifying JSF
Page Navigation
JSF Component Annotations
JSF Component Tags
Hot Tips and more…
So download the Seam UI Refcard here and please send your [...]
Seam Framework: Available in Paperback
February 19, 2009
I just got my hands on a hard copy of my book, Seam Framework: Experience the Evolution of Java EE. For those who have been awaiting the paperback release, you can order your copy today from Amazon or Barnes and Noble. The book is the second edition of the best-selling JBoss Seam covering [...]
Seam Framework: All Chapters Now Available
November 30, 2008
All early access chapters for Seam Framework: Experience the Evolution of Java EE have now been released through Safari Rough Cuts. The only book specifically covering Seam 2.1 now includes new chapters on Seam 2.1 security, an introduction to Web Beans (JSR-299), multi-layer caching, using Maven with Seam, and much more! You [...]
Posted in



content rss
Comments
April 26, 2010
@Tim: I will definitely be posting more on the topic of mashups in the next few...
April 26, 2010
You should give jQuery-JSONP a try, it handles timeouts transparently :)...
April 26, 2010
Very help and concise examples! Thank you for sharing. I was wondering if we’d see...
April 6, 2010
Jacob, I fully agree with you about the 7 good reasons you mentioned above for adopting...
April 6, 2010
Good article. Open source is way to go.