users
[Top] [All Lists]

Last Night's Presentation...

To: <users@xxxxxxxxxx>
Subject: Last Night's Presentation...
From: "James Carman" <james@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 28 Feb 2006 08:37:26 -0500
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Thread-index: AcY8bBzEkB3Ba0SHRv2PxQp/odHi9A==
All, 

I have included a link to my presentation on the CinJUG website:

http://www.carmanconsulting.com/website/presentations/persistence/Home.html

Here's a little tip for you guys.  When editing HTML by hand, this isn't
really valid HTML:

public Set<Employee> getEmployees();

But, this is:

public Set&lt;Employee&gt; getEmployees();

That's why my methods weren't showing up correctly.  Another tip, don't code
HTML by hand at 4:00 AM! :-)  Enjoy.

James



<Prev in Thread] Current Thread [Next in Thread>
  • Last Night's Presentation..., James Carman <=