java
This is the archive for java.
Dive into the archives.
- Apache Maven 2 Effective Implementation book (final version) now available!
After almost a year of writing and revising, our book is finally finished and published The book is about Apache Maven and centered on a "best practices" approach. It is not the usual how-to books but more on effective usage and application of Maven in your projects/applications. You will also learn how to use […]
- Configuring JSW + embedded Jetty with JMX
I thought I’d share this knowledge that I’ve learned while migrating our project to be distributed in a Jetty bundle JMX (see java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/)
I’ve summarized this into the following steps:
1. You must have a jetty-jmx.xml file with the following configuration:
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
<Configure id="Server" class="org.mortbay.jetty.Server">
<!– =========================================================== –>
<!– Initialize an […]
- Generating RSS Feeds with Rome
Want to have RSS feeds in your Java application? Try Rome..
"Rome is an open source library for generating, parsing and manipulating RSS and Atom feeds. It supports different RSS and Atom feed formats such as Atom 0.3, and Atom 1.0, RSS 0.90, RSS 0.91 Netscape, RSS 0.91 Userland, RSS 0.92, RSS 0.93, RSS 0.94, RSS […]

