JavaFX Layout Secrets
Amy Fowler gives an in-depth guide to building complex user interfaces with JavaFX Layouts. Includes preview information about JavaFX 1.3 layouts and features.
Java Programming Tutorials and Videos
Amy Fowler gives an in-depth guide to building complex user interfaces with JavaFX Layouts. Includes preview information about JavaFX 1.3 layouts and features.
In this talk I will discuss some of the most interesting advances that have occurred in the 2.5 release of Jython, and some of the cool stuff that is being developed for 2.7 and 3.0. I will pay particular attention to Python frameworks and apps that are now working in …
This screencast shows how to set up the web application project, configure Spring & BlazeDS, and then build a Flex 4 application that connects to the Java / Spring back-end. http://www.jamesward.com/2010/01/11/flash-builder-4-data-wizards-with-java-spring/
In this tutorial: – How to read in data from the user – Using Scanner methods – nextInt() – next Double() – next()
For a long time, the Java ME domain has lacked efficient solutions for Rich User Interfaces. In this session, Sony Ericsson will present two ways of building highly interactive and rich interfaces, JavaFX Mobile and Project Capuchin. The session covers both technologies together with several live demos and code examples. …
We design our code for performance, maintenance, simplicity, extensibility and other goals, but most of us do not think about testability as a design goal, yet verifying the correctness of our code is of great importance. What does it mean to have testable code, and what kind of trade offs …