Results 1 to 3 of 3
- 07-17-2012, 09:57 PM #1
Member
- Join Date
- Apr 2009
- Location
- Sydney, Australia
- Posts
- 6
- Rep Power
- 0
general question - building webpage with java app on it..
Hello,
Dear experts, please help! What I am looking for is just a general suggestion on what tools/general approach to use to do the following:
I need to create a website which will have a single webpage, with very limited number of components on it: memo field (should be able to copy/paste large (1000 lines?) of text)), drop-down list to select something, just an input field and a button to click. Then I click the button, the app does something and displays results on the same webpage.
The solution should be based on free software. I was thinking to host this webpage on the winxp or win2003 server, IIS is available, but can use apache as well, I was thinking about tomcat as app server. But not sure which gui (light weight) to use to create a webpage...
thank you in advance!
- 07-18-2012, 09:35 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,459
- Rep Power
- 16
Re: general question - building webpage with java app on it..
Just use HTML.
Have Javascript firing off an Ajax call to your server, which will return the result (possiby a JSON string, depends on what data it is). More Javascript to process that result.
Doesn't matter what the server has on it.Please do not ask for code as refusal often offends.
- 07-18-2012, 03:43 PM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: general question - building webpage with java app on it..
I agreed with Tolls. According to your requirement, HTML controls with JS/AJAX calls is more than enough. Are you doing any database interactions?
Similar Threads
-
General HTML5 question
By trishtren in forum Forum LobbyReplies: 1Last Post: 05-26-2012, 04:23 AM -
General question, why don't Java classes use enums?
By Anza Power in forum Advanced JavaReplies: 9Last Post: 12-22-2011, 05:50 AM -
A general question
By wizar in forum New To JavaReplies: 6Last Post: 01-15-2011, 10:13 PM -
General Question about Java
By bayan in forum New To JavaReplies: 6Last Post: 05-26-2010, 11:16 AM -
general confused about java question (easy!)
By sweetjava in forum New To JavaReplies: 1Last Post: 08-09-2009, 02:03 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks