-
joe_emporium made 2 file-release changes.
2009-09-28 16:36:02 UTC in Java Bean Library
-
joe_emporium made 2 file-release changes.
2009-09-28 04:10:01 UTC in Java Bean Library
-
joe_emporium made 1 file-release changes.
2009-09-28 04:09:01 UTC in Java Bean Library
-
Is there a way to allow dual development via either Ant or Maven, rather than just one but not the other ?.
2009-09-06 06:10:21 UTC in Java Bean Library
-
When I ran the examples, the NPE occurred outside of beanlib. Is there a bug in your example project ?
Exception in thread "main" java.lang.NullPointerException
at bean.Bean2.hashCode(Bean2.java:53)
at java.util.HashMap.put(HashMap.java:372)
at java.util.HashSet.add(HashSet.java:200)
at bean.Test.main(Test.java:17)
2009-09-06 06:05:34 UTC in Java Bean Library
-
Correct. Beanlib requires to the java class to basically follow the JavaBean convention. Having a setting method is one of them.
2009-09-03 05:38:45 UTC in Java Bean Library
-
joe_emporium added erz to the Java Bean Library project.
2009-09-03 05:28:03 UTC in Java Bean Library
-
Have you considered initializing the Hibernate3BeanReplicator with a HibernatePropertyFilter that skip copying the non-collection properties, and then invoking copy instead of deepCopy ? See the javadoc for more details.
2009-09-02 18:58:48 UTC in Java Bean Library
-
The performance of deepCopy is dependent on size of the object graph. Do you really need to copy the 1000 to 2000 childrens ? If not, you may want to do a non-deep copy instead to avoid the performance penalty.
2009-09-02 04:57:33 UTC in Java Bean Library
-
Not currently. Beanlib has long stopped supporting Hibernate 2.x.
2009-07-29 21:53:34 UTC in Java Bean Library