[java ee programming] Re: What is POJO?

2009-01-29 Thread Mike Plasmic
Just a Plain Old Java Object. Nothing special ... you're typical Java class. -Mike > Date: Thu, 29 Jan 2009 17:41:57 -0800> Subject: [java ee programming] What is > POJO?> From: markshen2...@gmail.com> To: > java-ee-j2ee-programming-with-passion@googlegroups.com> > > I want to know if > it

[java ee programming] unsubscribe

2009-01-29 Thread swetha Malayappan
> Date: Thu, 29 Jan 2009 17:41:57 -0800 > Subject: [java ee programming] What is POJO? > From: markshen2...@gmail.com > To: java-ee-j2ee-programming-with-passion@googlegroups.com > > > I want to know if it is same with core Java. > > Thanks > > Mark > > > _

[java ee programming] What is POJO?

2009-01-29 Thread Mark S
I want to know if it is same with core Java. Thanks Mark --~--~-~--~~~---~--~~ 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-j2ee-programm

[java ee programming] Re: JPA Controller Classes with Netbeans 6.5 and Glassfish

2009-01-29 Thread Constantine J Coutsoukes
I am not sure what comes with netbeans by default. However, I downloaded the full JEE package from Sun and I don't have any issues. -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of

[java ee programming] Re: JPA Controller Classes with Netbeans 6.5 and Glassfish

2009-01-29 Thread jps
Hi, The persistence.xml seems fine. I can actually make the entity classes work by initializing them explicitly with the following code in the class constructor, or elsewhere, before using the emf and utx: ... if(emf==null) { emf = Persistence.createEntityManagerFact

[java ee programming] Re: Help to connect to an OpenOffice Base database

2009-01-29 Thread PeppeM
In the query select * from departamentos" use the double quote for table name: select * from \"departamentos\"" I solve it with this tips. The complete example at: http://programmaremobile.blogspot.com/2009/01/java-and-openoffice-base-db-through.html On 28 Gen, 23:21, glopezcis wrote: > Ye

[java ee programming] Re: Struts 2, java.util.List and tag select

2009-01-29 Thread Pawel Jedruch
Hi, Problem solved. I create the arrayList in wrong Action Class :) 2009/1/29 pawcik : > Hi, > > I have been trying use Struts 2 tag: select and combobox. But when I > pass as a List parameter name of List i get a error like that: > > Caused by: tag 'select', field 'list', name 'fruits': The r

[java ee programming] Re: Certification Exam SCBCD, SCWCD

2009-01-29 Thread rjdkolb
Try the software on Whizlabs You will be able to train yourself and do test exams It's really excellent and not to expensive http://www.whizlabs.com/ On Jan 28, 10:24 pm, Manish Gulati wrote: > Hi .. > > I am planning to take this program. Can any of you shed light on how > much do you think

[java ee programming] Struts 2, java.util.List and tag select

2009-01-29 Thread pawcik
Hi, I have been trying use Struts 2 tag: select and combobox. But when I pass as a List parameter name of List i get a error like that: Caused by: tag 'select', field 'list', name 'fruits': The requested list key 'fruits' could not be r esolved as a collection/array/map/enumeration/iterator type