Random thoughts about my interests in Java, consulting, scripting in Java and software development (especially for small and medium size organizations).
Wednesday, December 19, 2007
XO Activities
Many of the activities are still under development and I had some bizarre behavior with some of them but I do see lot of promise. I am definitely looking forward to playing SimCity.
Tuesday, December 18, 2007
My XO Laptop
While I love the hardware, I am a little disappointed that the keyboard is almost unusable for an adult male. I am also a little disappointed in the software too. But no worries there. That can always be updated. I think one of the most likely means of disseminating applications might actually be Adobe Flash applications since it does come with a branded Firefox browser and WiFi access. This will enable rich educational applications to improve the otherwise boring desktop and gray theme of the XO laptop. In addition the plethora that all ready exist on kid sites like Sesame Street will be available. Unfortunately thought, the preinstalled open source Flash plug-in has some problems. For example, I could not hear sound and when the Flash application I was using tried to load another Flash application, I just got a gray box. The good news is I think there is a way to install the Adobe version and hopefully it fixes the problems.
Over all I am really impressed and look forward to spending lots of time playing with it.
Sunday, December 9, 2007
Are "Driveway Moments" dying
Sunday, November 25, 2007
Comparative Study of Commercial Eclipse-based IDEs feedback
I am a little surprised/disappointed in the white paper though. What it fails to do is make a fair comparison with Eclipse and the commercial tools. It compares base Eclipse with the commercial tools rather than a bundled version such as Europa JEE or Callisto. So, if you are doing Java EE or J2EE development and are still using the base Eclipse, upgrade to Europa JEE. It will provide more of the tools you need for doing enterprise Java development. Even if you are not doing enterprise development, the Web Tools Platform included with Europa JEE includes helpful tools like XML tools that make even standard Java development easier.
Wednesday, November 14, 2007
Eclipse World 2007 Slides
I did not get to attend as many sessions as I would like since I presented a tutorial and 4 regular sessions all covering different aspects of the Web Tools Platform and Data Tools Platform such as EJB 3.0, JSF, Web Services and Facets. You can find my slides and sample code at http://www.juddsolutions.com/ew2007/.
Enterprise Java Development on a Budget Free eBook
Tuesday, October 16, 2007
Never Eat Alone's Conference Commando
Sunday, August 26, 2007
Central Ohio Java User Group (COJUG) Podcasts
The M&M car in an upcoming Disney Cars movie?
Tuesday, July 3, 2007
"It Is You" song is a hit
Saturday, May 19, 2007
Does it make sense to write a technical book?
I have been blessed to have co-author and published two technical books, Enterprise Java Development on a Budget and Pro Eclipse JST as well as author a children’s book, Bearable Moments. So, I am often asked by others interested in writing a technical book if it is a good idea to pursue. The answer is it depends on what your goals are. If your goal is to make a lot of money, it is not likely you will unless your book is a runaway bestseller and with all the competition in the market it is tough. In addition, compare to writing articles or tutorials for some web magazines the hourly rate break down just does not make writing a book worth it. The other advantages of writing web magazine articles are they take less time to write so you are not stuck with a single topic for 6 months to a year while technology keeps progressing and you feel like you fall behind, your work is searchable via Google and web magazines typically do not charge readers so it is likely to be read by more people.
However, if your goal is a personal challenge or instant credibility than maybe the grueling late nights could be worth it. Authoring a book can open many new doors and provide access to new clients and interesting people.
Ultimately, I am glad I have had the experience and I really enjoyed working with Apress, my publisher. I wish you good luck if you are planning on writing a computer book.
Sunday, April 29, 2007
Poor Bluetooth support in J2ME Wireless Toolkit
AWS EC2 Hibernate Java SDK v2 Example
I recently wanted to automate the creation of developer VMs in AWS using EC2 instances. To improve the developer experience (DX), I didn'...
-
In May of 2009, I wrote the blog post The Ultimate Enterprise Java Build Solution . Over the past 7 years since I wrote the post I have help...
-
Early in my career I took on the role of setting up and operating the build infrastructure of many of the projects I have consulted on. I st...
-
Class loading issues are a common frustration for many Java developers. The dreaded java.langClassNotFoundException means they can forget a...