Results 1 to 2 of 2
Thread: Java web forms in Eclipse
- 04-23-2008, 03:49 PM #1
Member
- Join Date
- Apr 2008
- Posts
- 1
- Rep Power
- 0
Java web forms in Eclipse
I'm new to java and programming in general and trying to build a basic webapp that sells pizzas, (bases, toppings, extras)
I've managed to successfully create jsp pages that look up items in the database but i am struggling to make the actual order form look up the database to find out which items should be in each radiobutton or checkbox list.
Then in turn, users will be able to select different options then click on "order" button and this will pass forward their choices into a table in my DB called 'orders'
might sound simple to you lot, but im having difficulty. any ideas?
I can post any pieces of code you need to see, or send you the whole application so far.
any help at all would be greatly appreciated
x
- 05-23-2008, 08:36 PM #2
Member
- Join Date
- Apr 2007
- Location
- USA
- Posts
- 50
- Rep Power
- 0
The order form should call some manager class that actually does the database connection and query.
Do you have any code that does the query to the database? Try writing a unit test to test that part of it.
Similar Threads
-
Use multiple forms
By coco in forum Java AppletsReplies: 2Last Post: 06-14-2010, 05:14 AM -
Full Forms of Java Tech
By Gajesh Tripathi in forum New To JavaReplies: 1Last Post: 10-18-2007, 09:59 AM -
Creating Sub forms in java netbeans 5.0
By java_newbie in forum NetBeansReplies: 14Last Post: 08-06-2007, 07:19 PM -
Forms in jsp
By bbq in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-05-2007, 04:28 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks