Re: [java ee programming] Java Learning path

2010-05-04 Thread Sergio castillo
Sounds great. Could you please give us some links to the exact locations of these tutorials? i would appreciate your help. Thanks P.D.: Sorry about my english (i speak spanish =P) On 2 May 2010 04:06, Prabhat Jha wrote: > Java is quite huge... too much... > > I will follow this: > > 1. Learn C

Re: [java ee programming] Wicket- saving changes in db

2010-05-04 Thread Prabhat Jha
hmm, not sure if i get what you are asking 2010/5/5 Rafał Laczek > *Hi,* > > * * > > *Maybe at this forum there is any Wicket expert and will be able to point > me.* > > *I try to save changes in database but I have a problem with it.* > > *Can you maybe please verify whether I do it in proper w

[java ee programming] Deskot App

2010-05-04 Thread Jefferson
Hi Please, someone helpme to make a installer, with my java app and my DB in MySQL, I hope for your help Thanks Happy dia -- 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 email to java-ee

[java ee programming] Wicket- saving changes in db

2010-05-04 Thread Rafał Laczek
Hi,   Maybe at this forum there is any Wicket expert and will be able to point me. I try to save changes in database but I have a problem with it. Can you maybe please verify whether I do it in proper way. In green color I describe all steps. if(itemObject != objectPanelid ){    item.add(new Fra

[java ee programming] Re: complete example code covering all aspects of OO

2010-05-04 Thread K M Nur
Hi moraes, I need a Java project which deploys all aspects of Java OO concepts. In other word, single project implementing inheritance, polymorphism, design patterns, inner class etc... One example does it all. Hope I made it clear. Regards, K M Nur Lect., Dept. of Computer Science Stamford Unive

[java ee programming] Re: Help: Rephrasing an English statement into questions.

2010-05-04 Thread JT
That makes sense. Thanks. On May 4, 3:24 am, Anil wrote: > Not sure if you have any libraries for your use case. However this can be > done keeping a dictionary listing of nouns and verbs. After a statement is > fed in, extract out the words and classify them accordingly. > > One set of questions

[java ee programming] complete example code covering all aspects of OO

2010-05-04 Thread K M Nur
Hi, I am looking for a comprehensive example code covering almost all aspects of OO in Java. I need a typical complete example of sample java code. Please reply asap. Regards, K M Nur Lect., Dept. of Computer Science Stamford University, Bangladesh Office Tel : +880-2-8355512-14/Ext. 214 Mobile

Re: [java ee programming] Help: Rephrasing an English statement into questions.

2010-05-04 Thread Anil
Not sure if you have any libraries for your use case. However this can be done keeping a dictionary listing of nouns and verbs. After a statement is fed in, extract out the words and classify them accordingly. One set of questions can be generated on basis on this informations. Eg. Statement "I a

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

2010-05-04 Thread Altug Akay
Hi, You should first create a SuggestOracle and define words, which are the ones you want to show. Then you create the SuggestBox with this oracle. This solves the problem, but generally you should consider searching the web before you ask to mail groups or forums. There are lots of documentation