• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jess in J2ME

 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Question what is needed say to start looking at applications of Jess in J2ME games on the middle and high end mobile devices?
I am currently developing casual games for the lower end devices to stabilize my revenue streams and thus I am looking for soem leads in paths I could research fro the next 8 to 12 months that woudl allow me to add what I have learned about Jess in J2ME to apply to designing my own 3d Game engine for J2ME..
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not a J2ME expert, and we don't claim to support J2ME with Jess, but I know that people have done proof-of-concept work on this. I've seen Jess 4.x running on a Windows CE device, for example, and customer have told be they've modified more recent versions to work on J2ME CDC devices, so it's indeed possible. Because Jess licenses come with source code, it's easy to make the customizations you need, and we give excellent support to customers who want to do this kind of work. The best thing to do is probably to get a copy of JIA to start learning about Jess itself.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the memory requirements of Jess?
 
Ernest Friedman-Hill
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This depends, of course, on how much data you put in. Because of the algorithms it uses, Jess is memory intensive (i.e., it trades space for speed.) Nevertheless, many significant problems can be solved with a limited Java heap -- most of the examples that come with Jess work fine with -Xmx1m .
reply
    Bookmark Topic Watch Topic
  • New Topic