| Real World Java EE Night Hacks is out!
The url: book and project ( url: x-ray ) are out. Both are based on best practices implemented and discussed in this forum. See also my url: post .
|
Java EE Patterns And Best Practices
» General Discussion
|
May 01, 2011 08:20
by: abien
|
| NovaShop - a new "hack" was pushed into the repo.
NovaShop - a more structured sample app was pushed into the repo (see folder hacks). It is the result of a 6h workshop.
|
Java EE Patterns And Best Practices
» General Discussion
|
April 11, 2011 10:50
by: abien
|
| Trying to develop a software with Netbeans
Just search for url: "simplest possible" in my url: blog . Enjoy Java EE 6!, adam
|
Java EE Patterns And Best Practices
» General Discussion
|
March 26, 2011 20:26
by: abien
|
| TSSJS Vegas Example Checked In
My yesterday's url: session example ("Vegas") was pushed to the repo.
|
Java EE Patterns And Best Practices
» General Discussion
|
March 18, 2011 16:34
by: abien
|
| Can Stateful Java EE 6 Scale?
I discussed (hard to answer :-)) the question in this url: post .
|
Java EE Patterns And Best Practices
» General Discussion
|
February 25, 2011 12:18
by: abien
|
| Java EE 6 Architecture - Questions With Answers
Answered some (email) questions regarding Service Facades, Services and components in this url: post .
|
Java EE Patterns And Best Practices
» General Discussion
|
February 19, 2011 20:07
by: abien
|
| DukeMugs sample hack checked-in
Today, during the url: Oracle dev day at the OOP conference in munich I implemented an application driven by attendees questions regarding #javaee 6. It was pushed into the url: repo
|
Java EE Patterns And Best Practices
» General Discussion
|
January 27, 2011 16:37
by: abien
|
| Devoxx Slides Pets and Aliens and Twitter NG
Hey all!, The slides for "Creating Lightweight Java EE 6 Applications with Java EE 6" aka Pets and Aliens from devoxx conference were checked in. Also a small demo application "TwitterNG" with @Single . . .
|
Java EE Patterns And Best Practices
» General Discussion
|
December 10, 2010 17:22
by: abien
|
| Best practice to add custom configuration to an EJB3 session bean?
Fast review: - it could be actually BeanManagedConcurrency Singleton (if you like to cache) - an interceptor could use reflection to scan target bean for private fields and ask you bean for configurat . . .
|
Java EE Patterns And Best Practices
» General Discussion
|
October 23, 2010 08:03
by: abien
|
| Best practice to add custom configuration to an EJB3 session bean?
Hi Viggo, you could: 1. Inject fields the configuration using CDI 2. Use an Interceptor to set the fields via reflection (you could inject into this service) 3. Inject a configuration service (anot . . .
|
Java EE Patterns And Best Practices
» General Discussion
|
October 23, 2010 08:03
by: abien
|