Community
Java Today


Most Active Communities
|
| What's
Happening in Java Today |
Business Transactions on ACID: In his java.net weblog entry "A Client Side Container for J2EE", Maciej Zawadzki takes a first stab at arguing for a client side container. He argues that in " multi-tier enterprise level applications, whenever we can get rid of state that is a good thing. But I feel compelled to point out that making a service stateless is not the same thing as getting rid of caching." He looks briefly at Caching and Client side deployment descriptors in the light of the ACID properties for business transactions. » Read more
(July 8, 2003 8:42AM PT)
 |
 |
Living with Leaks:
Selecting the correct level of abstraction that hides the complexity of the implementation (but provides adequate control of the relevant details) can be a daunting task. Everyone has different ideas regarding "adequate control" and "relevant details." This article looks at five levels of abstraction. » Read more
(Jul 03, 2003)
|
 |
 |
 |
A Look Back at JavaOne:
This year's JavaOne conference attendence was about the same size as
last year, with about 12,000 attendees, but the mood was upbeat.
People are moving forward to make things happen. Barring some new huge
shock to the system, author John Mitchell is taking this as a leading indicator that we've
reached the bottom are heading back up. » Read more
(Jun 27, 2003)
|
 |
AntiPatterns - from problems to bad solutions:
When you have a problem, your goal is to provide a good solution given your constraints and specific objectives. Design Patterns are an effort to collect best practices that, when appropriately applied, can help you solve your problem using the experience of others in similar but not identical situations. The AntiPattern Javapedia page explains that an "AntiPattern is a pattern that tells how to go from a problem to a bad solution." It's not that you want to employ AntiPatterns, but you might better be able to avoid them once you recognize them. Add an AntiPattern to the wiki page or join in the discussion.
» Read more
Accessibility:
Sometimes making your look and feel too slick results in a smaller pool of available users. In this developerWorks article on Accessibility Yannick Saillet leads you through an example of overriding the Metal L&F to accomodate the needs of the visually impaired.
» Read more
 |
A Client Side Container for J2EE?
J2EE has placed a lot of emphasis on the middle tier -- so much so, that the development of J2EE clients has gone pretty much ignored.
|

|