Results 1 to 3 of 3
- 05-31-2012, 09:04 PM #1
Member
- Join Date
- May 2012
- Posts
- 2
- Rep Power
- 0
Java application information to a Java Web application
Hi all,
I am new to using the Java Web application in Netbeans and am trying to get a better understanding as to what I can use this for. It appears to me that you can have a user input and view information, but I am not positive.
What I am trying to do is I am in the process of developing a Java Application that will run, and accept user information that is input from a program that runs on there desktop. But then I want that information to be able to be seen online, so I want to use a web page as the place where people can go to see the information, but I want the changes to be able to be made from the desktop, without the user having to go online. So the updates that are made will be transferred online, or pushed to the webpage I decide to use. Is the web application something that can do this, or is there a better tool that I should be looking into.
Any and all advice is appreciated.
- 06-01-2012, 05:45 PM #2
Senior Member
- Join Date
- Jun 2007
- Location
- Bali, Indonesia
- Posts
- 697
- Rep Power
- 6
Re: Java application information to a Java Web application
There's nothing stop you from creating a desktop application in swing for instance as the client program. And then called it to a web / servlet based application so that you can store information supplied by user in the desktop and stored in the web application. You might want to take a look at the java.net.URLConnection class. Or using Commons Http Client from the Apache.
Website: Learn Java by Examples
- 06-05-2012, 02:34 PM #3
Member
- Join Date
- May 2012
- Posts
- 2
- Rep Power
- 0
Re: Java application information to a Java Web application
How would I go about doing this? Would I design my desktop app, and then design a web app that pulls the data from the desktop app. I am just trying to make sure that the data that is input into the desktop app, will be reliably pushed to the web app, and there wont be some big delay in time.
Similar Threads
-
how to call Java Bean Ireport frm Java application
By Prashant.surwade in forum Advanced JavaReplies: 8Last Post: 05-06-2012, 03:39 PM -
Tutorial:Java EE Application Design for the Java Architect Exam
By Java Exam in forum OCMJEAReplies: 0Last Post: 03-24-2012, 04:22 AM -
"CRUD"(java desktop database application) in java application posible???
By juliarjan in forum AWT / SwingReplies: 0Last Post: 11-25-2011, 06:16 AM -
Getting other application's window information
By Aeroren in forum New To JavaReplies: 3Last Post: 01-03-2011, 12:02 PM -
Help in converting Java application to desktop application in Netbeans
By realahmed8 in forum AWT / SwingReplies: 3Last Post: 12-04-2009, 12:10 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks