[java ee programming] I need code for Suggestion in Search box

2010-05-02 Thread Kamala Kannan JS
Hi friends, Am developing a search tool for my website when user types in, it must shows some suggestion keyword like in google. How can i do this. I use GWT( google Web Toolkit) but i failed to code the program. Let me know how to do this. Thanks and regards, Kamalakannan JS -- You re

[java ee programming] Re: Passing new value of the variable

2010-05-02 Thread mala...@gmail.com
Hello, Take a look at yout onClick method. Actually you aren't setting it to false. edit==false compares values. you need to set it. edit = false; []ś -- Luís Augusto Machado Moretto. Esp. SCJP - Sun Certified Java Programmer 5 SCJA - Sun Certified Java Associate http://member.acm.org/~mal

[java ee programming] Passing new value of the variable

2010-05-02 Thread Rafał Laczek
Hi, Can you help me please. In my below code initial value of edit Boolean variable is TRUE. The problem is that clicking on link I am not able to pass the new FALSE value in order to execute the code in ELSE condition. I'm checking and onClick method works. Due to complexity of the project I don

Re: [java ee programming] fetching data from more than 2 tables using hibernate

2010-05-02 Thread bambang passion
Hi, Try read : http://docs.jboss.org/hibernate/stable/core/reference/en/html/mapping.html#mapping-declaration thx bb On Sun, May 2, 2010 at 8:03 PM, Kunal Raikar wrote: > Yeah I know that's the problem, Any Idea what to do in such cases. > > Thanks > > regards > Kunal > > On Sun, May 2, 2010

Re: [java ee programming] fetching data from more than 2 tables using hibernate

2010-05-02 Thread Kunal Raikar
Yeah I know that's the problem, Any Idea what to do in such cases. Thanks regards Kunal On Sun, May 2, 2010 at 2:51 PM, Prabhat Jha wrote: > I see these lines in your code: > > > > > > > But the main class Tendor doesnt contain any thing which will join > this table with Works_Info. > > Tha

Re: [java ee programming] How to design this project architecture

2010-05-02 Thread Prabhat Jha
This is not as simple as it sounds to be, There are multiple issues that you need to be aware of, i m highlighting few of them: 1. When you refractor these two existing projects what all areas will be effected. 2. Is the security requirement of these two projects same, as you are going to share

Re: [java ee programming] fetching data from more than 2 tables using hibernate

2010-05-02 Thread Prabhat Jha
I see these lines in your code: But the main class Tendor doesnt contain any thing which will join this table with Works_Info. Thanks, Prabhat Kunal Raikar wrote: > I am using hibernate. In that I want to fetch data from 3 different tables > for that my hbm.xml file look like this:- > >

Re: [java ee programming] Java Learning path

2010-05-02 Thread Prabhat Jha
Java is quite huge... too much... I will follow this: 1. Learn Core Java (Basics are the most important to crack any interview if reading from job perspective). 2. Learn Web (Just JSP no good but still learn Servlet\JSP and some framework like Struts). 3. Learn EJB (Its a middleware and you are