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
> 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
>
> >
_
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
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
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
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
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
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
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