Combining J2ME and J2EE?
Hi,
I'm new to J2ME and J2EE. : )
Is it possible to employ client-server architecture for mobile applications? For example, writing MIDlets to serve as GUI, and having the MIDlet connect to server-side components such as enterprise javabeans, where the EJBs will perform processing before sending response back to mobile users... Is that possible?
Lily

