I'm brainstorming a couple of options for integration of ofbiz with mobile terminals (smartphones). What could be stripped off of Ofbiz and still provide the framework' basic database functionality with hsql or derby as well as the services and minilang. Also looking at what could be done to pair down the java requirement to JRE instead of the JDK.
The most frequent use of this would be through a thin client. However, I'm needing to anticipate loss of connectivity so it needs to store information locally and then sync. Would a paired down OFBiz work for this or would it be better to look at another option for use on the smartphone and then have it sync through SOAP when connectivity is available?
