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.
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.
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.
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!
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.
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!
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.
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.
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!
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.