Managing and Monitoring JBoss, Part 2 30 Nov 2005 05:00 GMTIn
part one of this two-part excerpt from
JBoss: A Developer's Notebook, authors Norman Richards and Sam Griffith covered how to use the Web Console and its MBeans to manage your web apps. In today's excerpt, learn how to create a monitor for your app, how to configure alerts to be sent via email, and how to manage JBoss from the command line.
Source: O'Reilly What Is On-Demand Computing 30 Nov 2005 05:00 GMTOn-demand computing is a much-repeated term, but what does it mean, and what does it deliver? As Stephen Morris explains, autonomic computing, policy-driven workflows, and grid computing are all part of the answer.
Source: O'Reilly Solving Sudokus in Java 29 Nov 2005 05:00 GMTSudoku puzzles are wildly popular, and offer an ideal introduction to contraint programming. Rather than using brute force to find every possible solution, CP allows you to specify what must be true in a problem space and then efficiently finds an answer. Yan Georget shows how this works.
Source: Java.net Hacking Swing: A JDBC Table Model 23 Nov 2005 05:00 GMTDatabases have tables, Swing has tables. Why should it be a hassle to bring the two together? In this excerpt from
Swing Hacks, authors Joshua Marinacci and Chris Adamson show you how to put some JDBC behind your table model, and bring your database to life in Swing.
Source: O'Reilly Managing and Monitoring JBoss, Part 1 23 Nov 2005 05:00 GMTIn part one of this two-part excerpt from
JBoss: A Developer's Notebook, you'll learn how use the Web Console (an advanced version of the JMX Console), how to work with its enhanced monitoring capabilities and MBeans, and how to create snapshots of your data over regular intervals.
Source: O'Reilly Fitnesse Testing for Fast-Paced Agile Web Development 22 Nov 2005 05:00 GMTIf you're developing a web app, maybe it's time to make your test suite web-aware too. Fitnesse gives you a web interface to test development and execution, allowing you to test assertions against HTML, XML, and your Java code's behavior. Robert J. Miller gives an introduction.
Source: Java.net