I've been working on a new feature for my company's main application. Basically I need to associate some data with a list of students. The list of students is generated from existing class rosters. Since students can be in more than one class, it's possible the same student gets selected twice. So how can I quickly remove any duplicates and store only the unique list of students?
The Mach-II Primer has a new home
A few weeks ago, Peter J Farrell from the Mach-II team asked if I would contribute the Mach-II Primer to the project's main Wiki. It took me about 30 seconds to agree.
Yo Adrian! / OOCF 7.3.1: How does my bean get a new ID when calling Create()?
Justin Treher asks: "Yo, Adrian. I see that you are using autonumber for your tables. Whenever you run the CREATE method in the DAO you are just returning true. How does the application get the ID?"
The ACME Guide: 64-bit Ubuntu 8.04 LTS Hardy Heron Edition - Part 5
Now that our ACME stack has been installed, let's setup some isolated development areas. To do this, we need to create one or more Virtual Hosts in Apache and setup some local domains.
The ACME Guide: 64-bit Ubuntu 8.04 LTS Hardy Heron Edition - Part 4
We're in the final stretch. We've got Apache, ColdFusion and MySQL up and running. Now we need a way to write some actual ColdFusion code in Linux. For that, we need the Eclipse IDE and a few plug-ins, primarily CFEclipse.