Wiadomości pobrane z serwisu Adam Bien's Weblog.
Compact Attribute Declaration In Java
Attributes in a class don't have to be declared in the verbose way:
public class VerboseClass {
private String firstName;
private String lastName;
private String description;
}
Attributes of the sam ...
Jigsaw is Enough, Future of Enterprise Java, Too Late For Java EE 6 and Crazy J2EE …with Spring – or – The Best Of March
Jigsaw / JDK 1.7 will be the solution for 80% of the modularization challenges (31317 views)
Future Of Enterprise Java ...Is Clear (Java EE with/without Spring and Vice Versa) (24908Â views)
Java EE 6 Is Nice, But ...
The Apache Software Foundation Receives Approval for Sale to Oracle Corporation
It was already obsolete for a long time - now it happened. So let the forking begin. Now Geronimo + Glassfish are a part of the same family :-). ...
Java FX Event Platform, Video Streaming – Nice App
The Ubivents event platform is written Java FX and seems to be used by SAP:
"...Their platform is used by large corporations like SAP, and they have generously offered to host our videos going forward. Therefore, ...
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 ...