Random thoughts about my interests in Java, consulting, scripting in Java and software development (especially for small and medium size organizations).
Wednesday, January 30, 2008
Announcing FallME
I am proud to announce a new open source project for the Java mobile and embedded community. Jim Shingler and myself have released the first version of FallME version 0.5. FallME is a Java ME framework based on the popular Spring Framework but designed for mobile devices including those running MIDP. This framework provides an IoC container as well as a RecordStoreTemplate. You can download it and find more details at https://fallme.dev.java.net/.
Subscribe to:
Post Comments (Atom)
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...
2 comments:
Excited to hear abt framework for mobile app development. could you tell a way to get tutorial on this
That's a good idea. Unfortunately, at this time we only have an example program. It is an option in the download section (see https://fallme.dev.java.net/servlets/ProjectDocumentList?folderID=8820&expandFolder=8820&folderID=0).
Post a Comment