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

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: join table=works_info key column=pk_work_id/ property name=work_name column=work_name type=java.lang.String/ 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

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