By Mike Hunger  The Spring Data Neo4j Project
This project is part of the Spring Data project, which brings the convenient programming model of the Spring Framework to modern NOSQL databases. Spring Data Neo4j, as the name alludes to, aims to provide support for the graph database Neo4j.
The first p... Mar. 12, 2012 01:15 PM EDT Reads: 5,173 |
By Lahlali Issam  When we searched for design pattern articles, we found documentation concerning "Gang of Four" patterns. They are very useful and contribute to a well-designed application. But when I discovered GRASP principles , I advised any one interested to improve his skills design to look at the... Nov. 2, 2011 02:00 PM EDT Reads: 5,655 |
By Srinivas Jaini  The ZK framework provides a variety of paradigms to develop Web applications. One the one hand it is always nice to have options, but on the other this can cause un-intentional paradigm disparities when several developers are using the framework to develop an application without a cons... Jul. 1, 2010 03:33 PM EDT Reads: 14,835 |
By Jason Weathersby  Recently I have described methods that can be used to access Spring Beans from the BIRT Engine. These examples are intended to be illustrative and not comprehensive. In both of these examples I used the BIRT engine to retrieve Spring objects within the scripting environment. In this ... Nov. 25, 2009 01:45 PM EST Reads: 8,531 |
By Chris Muir  A while back Gerard Davison blogged some simple examples of using WS-Security Policies. Gerard's specific example dealt with the WLS policy Wssp1.2-2007-Wss1.1-UsernameToken-Plain-X509-Basic256.xm... Sep. 2, 2009 11:00 AM EDT Reads: 15,083 |
By Max Katz  The a4j:region tag in RichFaces is probably one of the most misunderstood tags, but it provides one of the most important features in RichFaces. With it, server-side processing can be limited to only certain designated components.
One reason for misunderstanding could be the tag name... Jul. 20, 2009 10:30 PM EDT Reads: 10,635 |
By Tijs Rademakers; Jos Dirksen  When you work with open source ESBs, you can use other tools and frameworks to help you solve common problems. Spring is one of the tools that extends the basic functionality of the ESBs Mule and ServiceMix and makes solving integration problems a lot easier. Spring is a component fram... Sep. 11, 2008 03:15 PM EDT Reads: 13,555 |
By Yakov Fain In the mid nineties, IT job market was good. PowerBuilder or Visual Basic plus SQL would get you employed in no time. Good old client/server days. Two programming languages was all you need. When multi-tier architecture became hot and J2EE came into picture, all of a sudden you'd have... Jun. 18, 2008 07:30 PM EDT Reads: 8,144 Replies: 1 |
By Yakov Fain If you use Adobe Flex Web applications that connect to Plain Old Java Objects on the server side, chances are you use a popular, robust, and freely available server called Apache Tomcat. If you use Eclipse-based Flex Builder, you can smoothly debug both Flex and Java code without leavi... Nov. 14, 2007 08:15 AM EST Reads: 36,440 Replies: 1 |
By Yakov Fain Recently I had a chance to chat with Maher Masri, the CEO of Genuitec, the company that offers the Eclipse-based Java IDE called MyEclipse. My goal was to find out why would I want to purchase this IDE if free Eclipse fits the bill for most of the developers. Oct. 30, 2006 05:30 PM EST Reads: 23,996 Replies: 3 |
By Kishore Kumar  Page navigation requirements become more demanding as Web applications get bigger and more complex. Hard-coded page flow rules make applications less resilient to changes. In this scenario, reusing business logic is one aspect and reusing page flow becomes another aspect. Especially in... Dec. 4, 2005 03:15 AM EST Reads: 54,000 Replies: 5 |
By Uday Kumar I was reviewing the Hibernate tutorial at http://www.hibernate.org/hib_docs/v3/reference/en/html/quickstart.html and am publishing a few minor changes which might help the new initiative to get up and running quickly. This link refers to getting Hibernate 3.x up and running with Tomcat... Nov. 13, 2005 03:00 AM EST Reads: 26,261 Replies: 3 |