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/.

2 comments:

kumton said...

Excited to hear abt framework for mobile app development. could you tell a way to get tutorial on this

Christopher M Judd said...

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).

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'...