You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The choice is severely limited because J2ME doesn’t support reflection…
On first inspection Spring.ME seems a little nicer: DIME requires your classes to implement a Bean interface, and implement a single method ‘setProperties’. However, Spring.ME necessates using Maven, to generate a BeanFactory at build time. Doesn’t seem like it does enough to warrant adding Maven to our project for no other reason, so I think we’ll go with DIME.