I'm looking for suggestions on how I can get myself up to a reasonable level of
competence in Java. What would you recommend? I'm open to any ideas, from
self-taught methods to paid training and/or certification/degree paths.
The Jacksonville JUG mailing list has a… Continue
Added by Michael Levin on November 14, 2009 at 7:00am —
No Comments
We just had Brion Vibber in town and he gave a talk for the OrlandoJUG - so many of you couldn't attend the talk. And, lots of questions resulted from the discussions. There's a group here on Codetown we're calling Wikipedia Place… Continue
Added by Michael Levin on November 2, 2009 at 5:29am —
No Comments
My favorite app right now is called Lose it for iPhone. It's taught me Burger King is delicious but I have to exercise about this much to offset 1 Angry burger,… Continue
Added by Michael Levin on October 19, 2009 at 8:00pm —
No Comments
I thought you all would like to know firsthand some observations of the Oracle Open World conference from Bert Ertman:
"Here’s a little write-up of my Oracle OpenWorld impressions so far. I’ll try to make it a complete,… Continue
Added by Michael Levin on October 16, 2009 at 10:30am —
No Comments
Interested in meeting some colleagues in West Africa? SeneJUG is the West African Java User Group. Members come from Senegal, Mali, Mauritania, Guinea, Morocco and many other countries in Africa. France, too! Many of our group already live in Dakar,
I just got an invitation to use Google Voice:
"You are invited to open a free Google Voice account. If you haven't already heard about it, Google Voice is a service that makes using your current phones much better!
Here's what it offers:
* A personal phone number that rings all of your existing phones… Continue
Added by Michael Levin on October 13, 2009 at 9:48am —
No Comments
Overheard at Oracleworld: @johnkwaters RT Gosling at #Oracle OpenWorld: What will happen to Java? Oracle is committed.... "I'm not worried about their stewardship..."
… Continue
Added by Michael Levin on October 12, 2009 at 11:30am —
No Comments
Ever want to bookmark a website while browsing on your iPhone? It's easy. First, just bookmark the "Post to Delicious" link on your iPhone browser. Then, select that bookmark to save the URL of the website you're currently browsing. Sweet!
James Ward of Adobe Software gave a brilliant talk last night at the Gainesville Java User Group. We met at beautiful Santa Fe College north of town. Just walking across campus was a pleasant experience with the tall trees and Spanish moss draping from their branches.
… Continue
Added by Michael Levin on August 27, 2009 at 8:00am —
No Comments
The EyeWriter project is an ongoing collaborative research effort to empower people who are suffering from ALS with creative technologies.
It is a low-cost eye-tracking apparatus & custom software that allows graffiti writers and artists with paralysis resulting from Amyotrophic lateral sclerosis to draw using only their eyes.
The federal agency said RemoteSpy customers were given detailed instructions on how to disguise the spyware as an innocuous file — such as a photo — that could be attached to an e-mail. When the file was opened, the keylogger software would be secretly installed.
Google began lifting the veil on its planned Chrome operating system on Thursday, but it said that computers powered by the software would not be available for a year.
Today the French company behind the scale, Withings, announced it has added Twitter capability to the scale, enabling the user to automatically tweet the weight/fat info to followers.
In a news release, Withings declared the Twitter function would be a great help to users, "further motivating them by sharing their progress with followers."
A systems programming language from Google that is expressive, concurrent, garbage-collected. Here's an example: package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
}
Java Platform, Enterprise Edition or Java EE is a widely used platform for server programming in the Java programming language. The Java platform (Enterprise Edition) differs from the Java Standard Edition Platform (Java SE) in that it adds libraries which provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based largely on modular components running on an application server.
Java Platform, Enterprise Edition (Java EE) builds on the solid foundation of Java Platform, Standard Edition (Java SE) and is the industry standard for implementing enterprise-class service-oriented architecture (SOA) and next-generation web applications. The SDKs contain Sun GlassFish Enterprise Server, previously named Sun Java System Application Server, and provide support for Java EE 5 specifications.