Community
Java Today


Most Active Communities
|
| What's
Happening in Java Today |
 |
 |
Extreme Teaching: Introducing Objects:
Teachers of object-oriented programming can use the Fit framework to create an executable spec for an assignment. Just as customer written acceptance tests help professional developers understand requirements, Instructor written acceptance tests can lead students through their labs and assignments. » Read more
(Aug 28, 2003)
|
 |
 |
 |
Custom Layouts:
Learn how to take control of your own layout
manager to
get more control over the appearance of your layout. » Read more
(Aug 14, 2003)
|
 |
Accessing MBeans Through the Jini Service:
In Frank Jennings' article Accessing MBeans Through the Jini Service he describes what would be required to build a self-healing system that can be managed remotely. As Jennings says in the conclusion to this JDJ article, "MBean provides a powerful interface for managing services. Jini extends the functionality of MBeans by letting the client discover the JMX agent in a network on the fly. And since the agent is pulled into the Jini federation by the Jini connector service, other advantages like agent failure notification, event mailbox, and dynamic service reconfiguration are possible for attaining a true catastrophe free, self-healing, manageable, and intelligent network."
» Read more
 |
The Strength of Java Users Groups
Java Users Groups are a fundamental part of the Java Community. Spread all around the world, they are many times the closest link to developers and the true representatives of the community for local companies and governments. But are JUGs participating in the evolution of the Java technology? Can they be more effective for the benefit of all the Java world?
- Bruno F. Souza
Generate or Handcraft?
One irritating thing I used to find in my early years of programming was the
amount of time I spent on handcrafting details. Over the years, slowly but
steadily, I have learned the art of meta-programming and I would say it is
now the best tool in my programming arsenal.
Running ant in loop mode
Once in a while I work in a Java project where I need to run a simple Ant task many times in a short period of time. Like web projects where the JSP files are located in a directory under source control and are deployed in another directory by an Ant task. If I change a JSP file, I need to run Ant again, and it takes an eternity (about 5-6 seconds), due to the overhead of running the JVM, reading the XML files, etc...
» See all
|

|