Wiadomości pobrane z serwisu java.net.
CDI gotcha
I learned this the hard way and wanted to make sure other people could benefit.
While putting together a Java EE 6 application, I had put together a @SessionScoped bean that inherited from an abstract superclass. ...
JSR 330 Style Injection Support For JSF Managed Beans
One of the features that had been lacking in JSF has been the ability to use the JSR 330 @Inject annotation for injecting object instances into JSF managed beans. The feature now has been enabled in GlassFish 3.1 ...
Effective JavaFX Architecture Part 3 – Asynchronous calls, Command Pattern and Testability
In the previous installment of Effective Architecture, I covered TDD with Model-View-Presenter. However the code I presented had synchronous server calls. In JavaFX (like Swing), the UI code runs in the Event Dispat ...
Useful tricks in easyb – tags and parallel tests
Easyb is an excellent BDD testing framework, with a heap of very cool features. In this article, we look at two more recent features: tags and parallel tests.
If you're looking for a good Behavior-Driven Development ...
Mojarra 1.2_15 released
With very little pomp and only extenuating circumstance, we are releasing Mojarra 1.2_15. This release does have most of the performance fixes I mentioned in this blog post, but only for those running JSF 1.2. Te ...
Screencast #30: Java EE 6 & GlassFish 3 using NetBeans 6.9 – 5 screencasts
Content available at: http://blogs.sun.com/arungupta/entry/java_ee_6_glassfish_31
50.000 times too slow?
Recently I was in urged to do a web project with the latest and coolest web framework Ruby on Rails.
That's just one line of code grabbed from somewhere:
next if entry =~ /^\./
Ruby is said to read like a na ...
java.net: the Week in Review – July 17, 2010
This week's java.net news features and blogs covered everything from Java EE / GlassFish to Java tools, platforms, and frameworks, to programming, the JDK, mobile, and open source projects.
If you didn't get a cha ...
About Android, the Semantic Web and the BBC
Yes, there is quite a bit of topics in the title, and they are all involved in the latest prototype of blueBill Mobile.
In case you don't have read my previous posts on this track, I'm going to give a bit of contex ...
Betwixt the Brackets
So we need to convert objects into XML and back again, eg. to store some data in the database in XML format, because otherwise maybe we just gonna have too many tables and joins and what-not.
Actually this is for ...