|
Content with label ejb3 in codesmell (See content from all spaces)
Related Labels:
javaee, j2ee, java, glassfish, jee, seam, hibernate, jboss, jpa, toplink, maven, jsf, metadata, oracle, ejb, myfaces, tomahawk, annotations, web
The second actor´s hide-out
second actor´s hideout We´re using JBoss Seam in one of our web applications, and we´re quite happy with it. One thing bugging us is a strange effect when deploying our application: 'duplicate factory for: actor'. This depended ...
Other labels:
seam, javaee, j2ee, jboss
|
Oracle plays Santa Claus
Another very intersting announcement just hit me: ECLIPSECON, SANTA CLARA, Calif., 06MAR2007 10:15 AM Today, at the EclipseCon Conference, Oracle, a newly appointed Eclipse Board Member and Strategic Developer, announced it will donate its award ...
Other labels:
java, jpa, oracle, toplink
|
Seam minor release
Seam 1.2.1.GA was just released. There is one very important bugfix to be found in the release notes: \JBSEAM996\ EntityManagerProxy should be serializable If i´m right about the implications of this one, this might have been responsible for the exceptions i´ve seen (and not been ...
Other labels:
java, jboss, seam, web
|
Seam without Tomahawk. At Last.
You might have noticed that Seam 1.1.5 was released today. Despite important fixes over 1.1.0, there is one very interesting feature added, that might at last be able to let me sleep at night: Seam added a FileUpload component. Finally ...
Other labels:
seam, javaee, jsf, myfaces, tomahawk
|
Hibernate Bug when mapping Collections
you see your collection mapping broken or at least unstable (no matter if in combination with attached or detached entities) using hibernate3 3.2.1 do not hesitate to try hibernate3 3.2.2.ga. We lost serveral hours today due to a bug introduced in 3.2.1 ...
Other labels:
javaee, hibernate
|
JavaEE APIs accessible in Maven Repository
last... Important news for those addicted to maven: finally the javaeeapi has made it into an offical maven repository. Note that the mentioned repository has legacy layout, so remember to configure your maven/m2proxy/proximity or whatever accordingly. Here http://blogs.sun.com ...
Other labels:
javaee, maven, j2ee
|
Hibernate and IndexColumn
you might know already, Hibernate adds an important nonSpec Feature to the JPA: ordered List Mappings. It is used as easy as: @OneToMany(fetch = FetchType.LAZY, cascade = ) @IndexColumn(name = "sort", base = 1) private List<B> b = new ...
Other labels:
hibernate, javaee
|
EJB3 Entity-Relationships
Had some fun with EJB3 Entity definitions today, that showed a pitfall of "Quickandeasydon´tthinkabout" relationship definition. Situation is as follows: @ManyToMany(mappedBy = "a", fetch = FetchType.LAZY, cascade= ) @Cache(usage = CacheConcurrencyStrategy.READWRITE) private Set<B> b = new HashSet<B ...
Other labels:
javaee, jee, hibernate, jpa
|
Things i dislike in EJB3 - Named Query Annotations
Don´t get me wrong: i like annotations, i like JPA etc etc... But there are some things, that at least i don´t really get. One thing is using Named Queries realized with annotations, and here is why: As you already ...
Other labels:
javaee, java, j2ee, annotations, metadata
|
Turbofish
I just found this article http://weblogs.java.net/blog/jfarcand/archive/2006/03/canagrizzlyr.html about Grizzly, the glassfish´s NIO frontent. Nice article, remarkable numbers. Seems that Grizzly, compared to traditional HTTP frontenedimplementations, can buy significantly improved scalability ...
Other labels:
glassfish, j2ee, javaee
|
|
|