Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 8 of 8

Thread: How to Change an existing java standalone application into Service Oreinted Architecture?

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Change an existing java standalone application into Service Oreinted Architecture?

    I have standalone java application using Java swings, JDBC. How can I change the current architecture to Service Oreinted Architecture? Do I have to re-write the code?
    Any suggestions please.
    Thanks.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: How to Change an existing java standalone application into Service Oreinted Architecture?

    This question is way too vague to really answer. I recommend asking a more specific technical question.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Mar 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to Change an existing java standalone application into Service Oreinted Architecture?

    I will try to elaborate my problem.
    I have a standalone java application using Java swings. The purpose of this tool is to plot graphs using data from database.
    Now the requirement of the customer is to make this tool available to the users as service. This tool should run in a web browser without any exe file downloaded to the customer's computer.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: How to Change an existing java standalone application into Service Oreinted Architecture?

    If you just want to deploy it over the web, you can still use Swing- just deploy it as an applet and/or a webstart. If you're talking about something else, then I don't really know what you're looking for.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Mar 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to Change an existing java standalone application into Service Oreinted Architecture?

    Thanks for your reply.

    The customer is looking for "Software as a Service" delivery model.
    I am not sure deploying as an applet and/or a webstart serves this purpose. Do you have any advice in this regard?

    Thanks.

  6. #6
    Junior Member
    Join Date
    Mar 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default "Software as a Service" delivery model

    I have a standalone java application using Java swings. The purpose of this tool is to plot graphs using data from database.
    Now the requirement of the customer is to make this tool available to the users as service. This tool should run in a web browser without any exe file downloaded to the customer's computer. The customer is looking for "Software as a Service" delivery model.

    Any suggestions on how to do?

    Thanks.

  7. #7
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: How to Change an existing java standalone application into Service Oreinted Architecture?

    Like I said, your question is way too vague, so I'm not sure what you're expecting us to tell you. You need to clarify your requirements quite a bit more.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  8. #8
    Junior Member
    Join Date
    Mar 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to Change an existing java standalone application into Service Oreinted Architecture?

    The customer is looking for "Software as a Service" delivery model.
    Requirement: Developing a reporting software under the Software as a Service (SaaS) Platform.
    I am new to SaaS concept. How do we develop software under the Software as a Service (SaaS) Platform?
    Thanks.

Similar Threads

  1. Service Oriented Architecture
    By Asyary92 in forum Web Frameworks
    Replies: 2
    Last Post: July 28th, 2013, 11:34 AM
  2. Replies: 0
    Last Post: September 19th, 2012, 06:33 AM
  3. Java Application as Service
    By manjula in forum Java Theory & Questions
    Replies: 2
    Last Post: June 21st, 2012, 04:19 PM
  4. Lauching a standalone java application
    By jmweli in forum Java Theory & Questions
    Replies: 2
    Last Post: June 15th, 2012, 01:32 PM