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
just chatted with the Byrne-meister, Alan, my former colleague I met while working in Dublin, Ireland. He's sitting in a cow pasture in somewhere in Belgium using his Mac tethered to his iPhone for internet access. I asked him how and he pointed me to this link. Said it took him no time at all to configur… Continue
Added by Michael Levin on July 1, 2009 at 4:00pm —
No Comments
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.
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks...
CoLab Orlando is located in "The Angebilt", once known as the finest and most modern Hotel in Orlando as it defined the skyline and shaped the future of Orlando over 80 years ago. Now once again the Angebilt is shaping Orlando's future through Technology, Innovation and CoWorking at CoLab Orlando.
CoLab Orlando is home for those wanting a home in downtown Orlando in an enviroment built with technology for collaborating, innovation and entrepreneurs.
CoLab Orlando is built around the idea of CoWorking; a cafe-like community/collaboration space for entrepreneurs, developers, writers, video editors, independents and others.
CodeChef is India's first, non-commercial, multi-platform online coding competition, featuring monthly contests in more than 35 different programming languages. Winners of each contest get sweet prizes, recognition from their peers and an invitation to compete at the CodeChef Cup, a live event held yearly.
Scala works seamlessly with Java. You can invoke Java APIs, extend Java classes and implement Java interfaces. You can even invoke Scala code from Java, once you understand how certain “Scala-isms” are translated to Java constructs (javap is your friend). Scala syntax is more succinct and removes a lot of tedious boilerplate from Java code.
Summary: The Java™ platform has historically been the province of object-oriented programming, but even Java language stalwarts are starting to pay attention to the latest old-is-new trend in application development: functional programming. In this new series, Ted Neward introduces Scala, a programming language that combines functional and object-oriented techniques for the JVM. Along the way, Ted makes the case for why you should take the time to learn Scala — concurrency, for one — and shows you how quickly it will pay off.