Results 1 to 8 of 8

Thread: J2ME + Spring framework

  1. #1
    Join Date
    Aug 2005
    Location
    Bangalore
    Posts
    2

    Default J2ME + Spring framework

    Is it possible to develop a Mobile (J2ME) application with Spring framework?
    Regards,
    Sujatha

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    NAFAIK. It may depend on what parts you use, but the release notes specify a minimum of J2SE 1.3 and J2EE 1.3.

  3. #3
    Join Date
    Aug 2005
    Location
    Bangalore
    Posts
    2

    Default

    Hello,
    Thank you for your reply.

    Our application is database oriented web application. And the target environment can be a PC, palmtop, mobile ..etc.

    Can I use the Spring framework and J2ME for my application?
    Regards,
    Sujatha

  4. #4
    Join Date
    Aug 2005
    Location
    Sydney,Australia
    Posts
    11

    Default

    Hello,

    A Web Application can deployed to normal Web container(s) across your Web /App server Farm and handheld device can send request(s) , there would be a browser key on handheld device, which when clicked will launch a browser and this browser will make a request to index page deployed on web server etc .

    and Response(s) are received from the web server /app server(s) etc

    why do you need a j2me here if its a normal web application ? Can you explain bit further.

    Regards
    Abhijeet
    Abhijeet Rai
    Java Analyst Programmer

  5. #5
    Join Date
    Jan 2005
    Location
    Austin, TX
    Posts
    9

    Default

    I seriously doubt most of the Springframework would be compatible as the core microcontainer heavily relies upon reflection and reflection, at least in MIDP is forbidden.

  6. #6
    Join Date
    Dec 2008
    Posts
    1

    Default You can now...

    Go to springframework.me

  7. #7
    Join Date
    Aug 2008
    Posts
    105

    Default

    Fantastic!

  8. #8
    Join Date
    Apr 2009
    Posts
    1

    Default

    There is an open-sourced solution that allows core functionality of Spring IoC to be used in J2ME applications: sourceforge.net/projects/signal

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. Comparision JMX Spring
    By umeshs79 in forum Container
    Replies: 5
    Last Post: Jun 16th, 2005, 12:27 PM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •