[java ee programming] JAVA Bar code Reader with USB Barcode Scanner

2010-03-23 Thread Anand
hi, Can anybody suggest me how to work on Java Bar Code Reader project.what are the requirements and compatability with scanner. Is thr any readymade api for it. Ebook reference will also help for same.. -- Regards, @n...@nd, Software Engineer, . -- You received this message because you

[java ee programming] Wicket problem

2010-03-23 Thread RafaƂ Laczek
Hi, I have welcome following page Home.java public class HomePage extends WebPage { public HomePage(){ add(new Drift(panel)); } } It seems that everything should work but I receive exception that Can't instantiate page using constructor

Re: [java ee programming] What is J2EE in few words? (EOM)

2010-03-23 Thread Mihai DINCA
Hi To return to the origins, Java was not conceived as a dedicated language for business applications (like Cobol), but rather as a general-purpose language (like Pascal - to perpetuate the analogy). But there is a big advantage to use Java for business applications because of its

[java ee programming] how to call JSP/Servlet from a ordinary java class.

2010-03-23 Thread thanooj bharateeyudu
hi all. i need to call or transfer control from a java class to a JSP /servlet. i mean ... what i am asking is .. can we call a JSP from a java class. if possible ... please send me the possible ways. waiting for your

Re: [java ee programming] database connection

2010-03-23 Thread Ovidijus
SQLCODE -204 means object does not exist. DB2 is looking for the object DB2INST1.USERS The DB2 assumes that db2inst1 is the schema name. You can use the SET SCHEMA statement or use the userid with the same name as your schema. Regards, Ovidijus. On Tue, 2010-03-23 at 18:59 +0800, ANUJ KUMAR