[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

Java programming with JSP and Oracle stored procedure , solution to a novice!

Asked by KirtipurItagol in Java Server Pages (JSP)

Tags: jsp, procedure, stored, oracle, java

I have a screen consisting of four fields namely, first name, last name, birth date (MM/DD/YYYY) format, date received (MM/DD/YY) format and an “Add button”.
On the top of the screen I have a Sequence=Initial(it’s not a drop down list or anything like that).
In the Oracle 9i , I have a table named “FORM”, and columns are “FIRST_NAME”, “LAST_NAME”, “BIRTH_DATE” (stored in  MM/DD/YY format), and “DATE_RECEIVED”(in MM/DD/YY format), “SEQUENCE”, “FOLLOW_UP” and “ADDITIONAL_INFO”.
User enters the data and it gets stored in the database.
I have another screen called “ Search People” corresponds to the table “SEARCH_TABLE” in the database. This screen has two fields namely (last name, and date of birth), one drop down list called Sort by ( option 1= last name, option 2 = date of birth), and the search button. When the user hits the search button, it will display the results in a table in the same JSP page. The displayed names will have hyperlinks. The user clicks one of the link and the editable first screen will be displayed with all the fields populated. Now the Sequence will be “Follow Up1” instead of “Initial”. If the user doesn’t change anything, this form will be saved in the “FOLLOW_UP” column as “follow up1”.  But if the user changes or adds some values in the editable fields, this form will be saved in the database in “additional_info” column. So when the user fetches the same time next time, it will be stored as follow up 2, follow up 3, with or without additional info 1 , additional info2 etc.
Note: I have all the getters and setters for all the columns. You can use dummy variable in your solution code.

My problems are:
1)      Java Code for the search button(to search with one of the two criterias).
2)      To display the results in a table in the same JSP page.
3)      Code to do the Follow up and additional info business logic.
4)      Code to pop up(via hyperlink) the editable already populated fields.

Since this is very urgent, your speedy solution will be greatly appreciated.
[+][-]01/26/06 12:46 AM, ID: 15793393Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]01/31/06 01:41 AM, ID: 15831889Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Java Server Pages (JSP)
Tags: jsp, procedure, stored, oracle, java
Sign Up Now!
Solution Provided By: Giant2
Participating Experts: 2
Solution Grade: A
 
[+][-]02/01/06 12:07 AM, ID: 15841279Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89