Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Feed items

JavaFX 2 Animation: Path Transitions

One of the flashiest aspects of JavaFX 2 is its animation support. The insightful Creating Transitions and Timeline Animation in JavaFX covers using both Transitions and Timelines in JavaFX 2.

Read more ...

 

The Passage of Time

I introduced my Java Tutor blog last February, to teach about various Java technologies. Starting in July, I suspended this blog for several months to focus exclusively on Beginning Java 7, a beginner-oriented book on Java 7 that I wrote for Apress.

Read more ...
 

Properties with Spring

Spring has always tried to be as transparent as possible when it comes to working with properties. Before Spring 3.1 however, the mechanism of both adding new sources of properties into Spring as well as actually using the properties wasn’t as flexible and as robust as it could be.

Read more ...

 

Book Review: JBoss AS 7: Configuration, Deployment, and Administration

I eagerly accepted Packt Publishing's invitation to review JBoss AS 7: Configuration, Deployment, and Administration because it has been several years since I last used JBoss and I was curious to learn more about JBoss AS 7.

Read more ...

 

Why float type cast


in java why float we has to be type cast i.e. float a = (float)2.3; and and if 2.3 is consider as double then why there is a need for that ???


the case for pre-built EJB components

The case is simple, and it has a history: build functional applications that are cross-platform, and revive the model of Java to be write-once-run across multiple platforms. This was done, in some form, by Theory Center before they were acquired by BEA in 1999, and it allowed WebLogic to take the early lead, that ultimately led to their sizable cash-out, in the form of the Oracle acquisition. Nothing made IT managers happier than to see something actually working on top of these Internet operating systems, that were to be known as application servers.

Read more ...

 

JavaFX 2 Presents the Quadratic Formula

I recently needed to check some homework answers related to use of the quadratic formula. After realizing that it was getting tedious to do these by hand, I thought of using my calculator to solve them. However, I realized that I could write a simple application using JavaFX to calculate the results and that approach seemed more interesting than using the calculator.

Read more ...

 

Windows Script running build not able to find failed build


Hi All
i am running build which is written as windows batch script calling ANT script. its running fine but not reporting build failed or not.
hudson is not triggering the build as failed, its always Success.

Please let me know how can I trigger the build failure from batch command.
how can i find errors in build.
Regards
Akilan Paulraj



how to configure Hudson?


i am new to hudson, i have ant based build which is running using windows script (batch files). how to configure build in hudson? kindly help us


JavaFX 2.1: JavaFX 2's @DefaultProperty Annotation

The JavaLobby/DZone syndicated version of my blog post Focus on JavaFX 2 FXML with NetBeans 7.1 was recently published and Mihai Dinca-panaitescu (author of DZone article Tuning Your Java VM) added an interesting and useful feedback comment.

Read more ...