views:

49

answers:

2

We are developing a J2ME application and sometimes we face constraints while working with the default lcdui library. Whenever we want some extra in the UI, the only option is to work with canvas which is not so easy. Now we are thinking to use LWUIT as UI library instead of ludui but having some question before starting -

  1. Is LWUIT mature enough to be used in a enterprise J2ME application?
  2. Can we mix LWUIT and LCDUI in same application ?
+1  A: 
  1. In my point of view. lwuit is mature enough to be used in enterprise applications. It's still in permanent development and it's progressing fast.

  2. Yes you can mix both of them. If you use an lwuit form you can only add lwuit components and vice versa. It should be possible to implement and draw you own container objects (canvas style).

endevour
A: 

I just want to point out that J2me wasn't ready for "enterprise" and it will never be!

drubin
I'd go with a "depends on the application".
endevour
My point still stands I wasn't saying you can't have an "enterprise" j2me I am saying the frame work sucks.
drubin