[java ee programming] Hot to run Java servlet in eclips

2009-06-08 Thread Nelson Rodrigo - LHQ
Dear Friends Can you anybody please help me with step by step how can I run java sarvlet in eclips. Nelson Rodrigo Staff Officer - Software Development LOADSTAR (PRIVATE) LIMITED Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77 311 6556 P SAVE PAPER - Please

[java ee programming] Re: Hot to run Java servlet in eclips

2009-06-08 Thread Nelson Rodrigo - LHQ
Dear Jonathan I very new to java EE, so I want to create a servlet by using eclips. Nelson Rodrigo Staff Officer - Software Development LOADSTAR (PRIVATE) LIMITED Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77 311 6556 P SAVE PAPER - Please consider our

[java ee programming] best book to refer-hibernate

2009-06-08 Thread shabarish v
hi all, which is the best book to refer hibernate. am planing to buy a book.please suggest. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send

[java ee programming] Multithreading problem

2009-06-08 Thread VIKAS GARG
public class Test { public static void main(String[] s) { Test t = new Test(); Bhasad b1 = new Bhasad(); Thread t1 = new Thread(b1); t1.start(); } } class Bhasad extends Thread { int jink = 500; public void Ragad() { System.out.println(jink); } public void ABC() {

[java ee programming] Re: best book to refer-hibernate

2009-06-08 Thread Nirmal Kumar
Hi, Best books for hibernate are: 1. Java Persistence with Hibernate 2. Hibernate Reference Documentation from https://www.hibernate.org/5.html Thanks, Nirmal :) On Mon, Jun 8, 2009 at 2:04 PM, shabarish v shabarish...@gmail.com wrote: hi all, which is the best book to refer

[java ee programming] execution of code next to the send redirect

2009-06-08 Thread java.thul...@gmail.com
can someone please tell me what happens to the code placed next to send redirect line in a servlet? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this

[java ee programming] incompatible type stumper

2009-06-08 Thread JAaronAnderson.com
I am getting incompatible types - found int but expected java.lang.String every time I run code snippett and not sure why ... even if I set my @param to be a declared String in my constructor and initialize it in the top of the class also as a string for some reason it WILL compile but just not