Source Code for implementing Search Feature using Servlet

Reply

Join Date: Jun 2008
Posts: 3
Reputation: QuirkyCindy is an unknown quantity at this point 
Solved Threads: 0
QuirkyCindy QuirkyCindy is offline Offline
Newbie Poster

Source Code for implementing Search Feature using Servlet

 
0
  #1
Jun 18th, 2008
Hi all,

Could someone help me with the source code to implement a search feature using servlet (JSP/JSF/Java method)???

Based on the examples below:- (Search by Name, Dept and DOB)

Employee Table

Id
Name
Dept
DOB
Date

Search By Name, Dept, DOB

Id Name Dept DOB Date
10 Judy BBB 01/01/2008 01/01/2008
11 Lily AAA 01/01/2008 01/01/2008
12 Rose CCC 11/01/2008 01/01/2008
13 James AAA 21/01/2008 01/01/2008
14 Daisy BBB 01/01/2008 01/01/2008
----------------------------------------------

Ex. Search by name - Judy

Id Name Dept DOB Date
10 Judy BBB 01/01/2008 01/01/2008
----------------------------------------------

Ex. Search by dept - BBB

Id Name Dept DOB Date
10 Judy BBB 01/01/2008 01/01/2008
14 Daisy BBB 01/01/2008 01/01/2008
----------------------------------------------

Ex. Search by dob - 01/01/2008

Id Name Dept DOB Date
10 Judy BBB 01/01/2008 01/01/2008
11 Lily AAA 01/01/2008 01/01/2008
14 Daisy BBB 01/01/2008 01/01/2008


using Servlet, example in jsf, jsp, java method

Thank you so much!!!
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Source Code for implementing Search Feature using Servlet

 
0
  #2
Jun 18th, 2008
no, we're not going to do your work for you.
We can however point you to some existing packages that might do the trick. Check out Lucene.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 3
Reputation: QuirkyCindy is an unknown quantity at this point 
Solved Threads: 0
QuirkyCindy QuirkyCindy is offline Offline
Newbie Poster

Re: Source Code for implementing Search Feature using Servlet

 
0
  #3
Jun 19th, 2008
Originally Posted by jwenting View Post
no, we're not going to do your work for you.
We can however point you to some existing packages that might do the trick. Check out Lucene.
Hi jwenting,

Pls do not understood. I am not asking someone to do my stuff.
I'm just having trouble with the codes for search feature. Do not know what is wrong with my codes...just can't seem to be able to work. Besides, those data are just samples. I'm working on a more complicated set of data.

Anyway, thanks for your pointer. Will look into that...
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Source Code for implementing Search Feature using Servlet

 
0
  #4
Jun 19th, 2008
You didn't post any "codes", you asked for people to provide you some...
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 3
Reputation: QuirkyCindy is an unknown quantity at this point 
Solved Threads: 0
QuirkyCindy QuirkyCindy is offline Offline
Newbie Poster

Re: Source Code for implementing Search Feature using Servlet

 
0
  #5
Jun 21st, 2008
Originally Posted by jwenting View Post
You didn't post any "codes", you asked for people to provide you some...
I can't post the my entire code here, that's the reason I posted only a sample data to get some pointers.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the JSP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC