Wiadomości pobrane z serwisu Adam Bien's Weblog.
Jigsaw in JDK 1.7 / EJB 3.1 Timer / Useful Object Pooling – or The Best of February
Jigsaw / JDK 1.7 will be the solution for 80% of the modularization challenges (14327 views)
Simplest Possible EJB 3.1 Timer (8072Â views)
Object Pooling Can Be Still Useful - For Entirely Different Reasons (5792Â ...
Killer Dream Teams
Find only few ( ...
Is JavaFX Ready For The Enterprise? or Why Should You Care (11 questions and answers)
Easy start
Starting with Java FX is surprisingly easy. You can build your first application in minutes. There are many "hello world" tutorials out there. That is important for the first impression and so adoption. ...
Crazy J2EE World – With Spring On Top
"Powerful", expensive application servers were bought a few years ago. The reasoning was: reliability + support / maintenance contracts from a single vendor is the only viable solution for mission critical projects ...
Future Of Enterprise Java …Is Clear (Java EE with/without Spring and Vice Versa)
Java EE 6 and Spring 3 became very similar - at least the resulting architecture and even design will differ only in details (see also Juergen Hoeller comment). I don't expect differences in development lifecycle ei ...
NetBeans RCP Development in …Java FX
NetBeans engineers are working on better Java -> Java FX integration. You should be able to build NetBeans UI modules with Java FX and integrate them so with a Swing app. NetBeans templates and build process will be ...
Java EE 6 Is Nice, But It Is Too Late….
"Java EE 6 Is Nice, But It Is Too Late...." I see this statement more and more often. Its similar category to "EJB 3 are too heavy" :-). You should consider, however, that customers, sponsors etc ...
Which Deployment Option Would You Use For a Mission Critical Application?
You have the following deployment options in Java EE (J2EE/5/6):
Deploying an EAR / WAR to a multi-project or dedicated server
Cluster deployment: deployment units get spread across the nodes, you get HTTPSession a ...
Sun – Oracle / Java FX Composer/ Java EE 6 For Lazy Developers – Best Of January
Snorcle? (12817 views)
Java FX Composer / Designer for NetBeans 6.8 - First Smoke Test (8678Â views)
Java EE 6 And The JCP Stuff - Perfect For Lazy Developers (8312Â views)
and: 340926  direct requests (best ...
Legally Starting Threads/Synchronizing EJBs – Hell Or Heaven
EJB spec does not allow starting and managing threads ...in general. With @Singleton you can do whatever you want even:
With Bean Managed Concurrency demarcation, the container allows full concurrent access to the ...