Travelling, and not Arriving

          ... a good traveler has no fixed plans and is not intent upon arriving... (Lao Tzu)

Posts Tagged Java

Glassfish in the trenches: Domains cheatsheet

Often the new Glassfish adopters aren’t really familiar with the concept of domain, which is really handy when developing Java EE applications.

First of all, what’s a domain? A complete (and complex) definition can be found here. Simply put, a domain is a Java EE engine which can be administered, configured, started and stopped separately from [...]


February meeting of the Java User Group Milano

The 23rd meeting of the Java User Group Milano will take place on Thursday, 22nd February, at 6.45 pm. This month we will talk about Maven 2 and Ruby. This is the detailed agenda:

6.45:Welcome
7.00: Maven 2 by Daniele Dellafiore
8.00: Ruby for Java Programmers by Ugo Cei

You can find more details here, and the GoogleMap to [...]


Debugging Glassfish with Eclipse - Reloaded

A years ago I published on this blog a pretty successful screencast explaining how to debug a Glassfish application with Eclipse; unfortunately, some months later, a cracker decided to break into Wordpress instance, and deleted every content. So, no more screencast available, and I obviously didn’t have a backup.
Anyway, since the post is still there, [...]


Ken Schwaber’s Scrum video (& co.)

Google is pushing out a lot of quality videos taken during its internal (or public) conferences. Check for example London Test Automation conference videos.

Furthermore, you can find a nice Ken Schwaber speech on Scrum. Really worth a look.


ApacheCon Europe program published

The schedule of the next ApacheCon Europe (Amsterdam, May 1-4 2007) is online; unfortunately my proposal hasn’t been accepted, but Sourcesense will be well represented by Gianugo, Ugo and Andrew.


Wicket-contrib-javaee: 1.0 released

I’ve just released the first public version of wicket-contrib-javaee, a Wicket module that provides integration with Java EE 5. With wicket-contrib-javaee you can use Java EE 5 resource injections; three annotations are supported:

@EJB
@PersistenceUnit
@Resource

This release works with Wicket 1.2.x; a version for Wicket 2.x is under construction.

Check it out! You can download the release here; the [...]


Article: Migrating from EJB 2.x to EJB 3.0

There’s a new interesting article on Java.net by Sangeetha S. and Subrahmanya S. V. titled “Migrating from EJB 2.x to EJB 3.0“; long, detailed and quite exhaustive… a good start for those interested in getting in touch with EJB 3.0. Check it out.


Finally, javaee.jar in a Maven repository

It took quite a lot of time, but finally Sun listened to its users and decided to publish Java EE 5 API (the famous javaee.jar archive you find in every Glassfish installation) in a Maven repository (see Ludovic announcement).
Now, creating a maven build for your Java EE 5 project is simpler! Just add

<dependency>
<groupid>javaee</groupid>
<artifactid>javaee-api</artifactid>
<version>5</version>
<scope>provided</scope>
</dependency>

to your pom.xml [...]


Jonas Boner @ Jug Milano - January 18th

As I anticipated some weeks ago, Jonas Boner will be our special speaker at the 22nd meeting of the Java Uesr Group Milano, on January 18th at 6.45pm.
Jonas is a well known speaker, architect and open source developer, founder of the AspectWerkz project and committer of AspectJ. He’s Senior Software Engineer at Terracotta.

The title of [...]


ApacheCon last-minute submission

At the very last minute, yesterday I was able to submit my proposal for ApacheCon Europe, which will take place in Amsterdam next May. My proposal sounds like “Rapid development with Apache Wicket and EJB 3″, and reflects what I’m trying to do in this period: create a “development environment” (which involves tools, frameworks, IDEs) [...]


← Before After →