NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
Bean-properties has just entered its first milestone on its way to becoming a full fledged product/standard. It is now a good idea for projects to start looking into bean-properties as an infrastructure tool for future projects, especially if you are considering some of the rapid application development frameworks such as RoR.
Demonstrates the potential bean-properties represent for future Java development and how a type checked strict language can be leveraged for rapid development.
I don't use Eclipse for bean-properties but most of the other contributors do.
To use bean-properties you can just add it to your project classpath from the M1 release. To change bean-properties code or to use the static instrumentation you must use Eclipse with Ant integration. There is a build.xml file in the root of the project and it can be configured using several parameters (classpaths etc.) in the properties files that reside in the library project.
Shai Almog
vPrise Software makers of vPrise Workgroup
http://wg.vprise.com/ founder of bean-properties the leading OSS properties implementation in Java https://bean-properties.dev.java.net/
Rapid Development With Bean-Properties
At 2:15 AM on Oct 7, 2007, Shai Almog wrote:
Fresh Jobs for Developers Post a job opportunity
This article:
https://bean-properties.dev.java.net/Rapid_Development.html
Demonstrates the potential bean-properties represent for future Java development and how a type checked strict language can be leveraged for rapid development.
For further information about bean-properties check the website, tutorials and FAQ at: https://bean-properties.dev.java.net/
2 replies so far (
Post your own)
Re: Rapid Development With Bean-Properties
How to program using the eclipse, would you give some infromation about it?Re: Rapid Development With Bean-Properties
I don't use Eclipse for bean-properties but most of the other contributors do.To use bean-properties you can just add it to your project classpath from the M1 release. To change bean-properties code or to use the static instrumentation you must use Eclipse with Ant integration. There is a build.xml file in the root of the project and it can be configured using several parameters (classpaths etc.) in the properties files that reside in the library project.