blog.bolkey.com
Programming | Richard Bolkey
http://blog.bolkey.com/category/programming
Creating a news feed in Tapestry 5. Currently, Tapestry does not behave this way. But with the ease of a custom mixin (a way Tapestry can add or alter the behavior of a component), we can easily change a Zone to insert the new markup. And with the addition of another simple mixin, we can continue to poll for new markup to insert! This tutorial requires previous knowledge of mixins. In Tapestry, as well as some familiarity with Prototype. A JavaScript framework used by Tapestry. There have been a few requ...
blog.bolkey.com
Datanucleus | Richard Bolkey
http://blog.bolkey.com/tag/datanucleus
The Trouble with Proxies: Hibernate or DataNucleus. JDO2) are arguably the two most substantial persistence frameworks in the open source ecosystem. I have worked with DataNucleus quite a bit on the side, and I am now finding an opportunity to use Hibernate during my day job. With type hierarchies and implementing. Lets say that I have the following type hierarchy:. However, if I am persisting these instances with Hibernate, and I receive a proxy to the persisted entity, I cannot use. To determine the ty...
blog.bolkey.com
rbolkey | Richard Bolkey
http://blog.bolkey.com/author/rbolkey
All posts by rbolkey. Creating a news feed in Tapestry 5. Currently, Tapestry does not behave this way. But with the ease of a custom mixin (a way Tapestry can add or alter the behavior of a component), we can easily change a Zone to insert the new markup. And with the addition of another simple mixin, we can continue to poll for new markup to insert! This tutorial requires previous knowledge of mixins. In Tapestry, as well as some familiarity with Prototype. A JavaScript framework used by Tapestry.
blog.bolkey.com
Persistence | Richard Bolkey
http://blog.bolkey.com/tag/persistence
The Trouble with Proxies: Hibernate or DataNucleus. JDO2) are arguably the two most substantial persistence frameworks in the open source ecosystem. I have worked with DataNucleus quite a bit on the side, and I am now finding an opportunity to use Hibernate during my day job. With type hierarchies and implementing. Lets say that I have the following type hierarchy:. However, if I am persisting these instances with Hibernate, and I receive a proxy to the persisted entity, I cannot use. To determine the ty...
radcortez.com
Javaee | Roberto Cortez Java Blog
http://www.radcortez.com/tag/javaee
Roberto Cortez Java Blog. Results for tag "javaee". Application Server Migration: JBoss EE5 to Wildfly EE7. Posted by Roberto Cortez. November 19, 2015. A few weeks ago, I’ve posted a blog. About moving from Java EE 5 to 7. It was mostly about how you could improve your Java EE 5 code with the new Java EE 7 stuff. Now in this post, I’m going to look a little bit into the migration path on the Application Server side. There are many other servers supporting Java EE 5, and you could check them out here.
prabhubuzz.wordpress.com
MongoDB / Cassandra JPA Service using Kundera – Technology Park
https://prabhubuzz.wordpress.com/2012/05/25/mongodb-cassandra-jpa-service-using-kundera
Latest trends be deserved. Amazon EC2 Windows AMI Password Re-enable. Akka – Really mountains of Concurrency. Nodejs Event driven versus traditional Multi Thread. Play framework and Twitter’s Bootstrap – tutorial. MongoDB / Cassandra JPA Service using Kundera. May 25, 2012. May 25, 2012. MongoDB / Cassandra JPA Service using Kundera. Arlier, i have discussed many NoSQL datastores in my previous blog. Is one of the best key-value. Java Objects mapping with NoSQL data store similar to SQL ORM. I wrote a co...
jvminside.blogspot.com
JVMinside: Experimenting with Datanucleus JPA
http://jvminside.blogspot.com/2010/01/experimenting-with-datanucleus-jpa.html
The Java platform in and out. Experimenting with Datanucleus JPA. I have been using Hibernate. For a very long time, and I'm more or less satisfied with it. When I saw that Google App Engine. Uses the JPA/JDO implementation of Datanucleus. For high level persistence, I decided to create a sample JPA project with it. I decided to use runtime enhancement. To avoid the build-time modification of the generated class files. I created a very simple test case using detached entities. Maybe if I had posted my qu...
SOCIAL ENGAGEMENT