<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Hibernate | JSF | Spring</title>
<link>http://java.sys-con.com/</link>
<description>Latest articles from Hibernate | JSF | Spring</description>
<copyright>Copyright 2008 JAVA DEVELOPER&apos;S JOURNAL</copyright>
<lastBuildDate>Tue, 13 May 2008 12:41:00 GMT</lastBuildDate>
<generator>JAVA DEVELOPER&apos;S JOURNAL</generator>
<ttl>10</ttl>
<docs>http://backend.userland.com/rss</docs>

<item>
<title>Debugging Both Flex and Tomcat Java Programs in Eclipse</title>
<guid isPermaLink="true">http://java.sys-con.com/read/458994.htm</guid><link>http://java.sys-con.com/read/458994.htm</link>
<pubDate>Wed, 14 Nov 2007 08:15:00 GMT</pubDate>
<description>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 leaving Eclipse. Flex Builder debugger does not need any special configuration. But we need to add a couple of parameters to the startup routine of Tomcat so it&apos;ll engage the Java Platform Debugger Architecture (JPDA), which will allow other applications attach to JVM that runs Tomcat and debug deployed Java classes remotely.</description>

</item><item>
<title>An Exclusive Interview With Creator Of MyEclipse IDE</title>
<guid isPermaLink="true">http://java.sys-con.com/read/292549.htm</guid><link>http://java.sys-con.com/read/292549.htm</link>
<pubDate>Mon, 30 Oct 2006 17:30:00 GMT</pubDate>
<description>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.</description>

</item><item>
<title>Effective Page Authorization In JavaServer Faces</title>
<guid isPermaLink="true">http://java.sys-con.com/read/250254.htm</guid><link>http://java.sys-con.com/read/250254.htm</link>
<pubDate>Thu, 10 Aug 2006 17:15:00 GMT</pubDate>
<description>Application security - the art of applications defending themselves - represents an important line of defence in an overall in-depth security strategy. Web applications that follow the Model-View-Controller (MVC) architecture can, and should, have security implemented on all three layers. Normally it&apos;s the controller component that handles page authorization in MVC, the view layer that hides controls and information based on user authorization, and the model that enforces the business rules and input validation. However, it&apos;s up to the developer, based on an individual security policy and the programming technology used, to decide where to put security. Using pluggable validator components in JavaServer Faces (JSF), for example, developers may decide to verify user input on the view layer as well as on the model layer.</description>

</item><item>
<title>The Promise of Handling Complex Page Navigations in Any Web Application</title>
<guid isPermaLink="true">http://java.sys-con.com/read/131756.htm</guid><link>http://java.sys-con.com/read/131756.htm</link>
<pubDate>Sun, 04 Dec 2005 03:15:00 GMT</pubDate>
<description>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 situations that demand a wizard-kind behavior, it&apos;s essential to capture application page flow logic in a declarative fashion.</description>

</item><item>
<title>Uday Kumar&apos;s Java Blog &amp;ndash; Getting Hibernate 3.x Up and Running with Tomcat</title>
<guid isPermaLink="true">http://java.sys-con.com/read/152657.htm</guid><link>http://java.sys-con.com/read/152657.htm</link>
<pubDate>Sun, 13 Nov 2005 03:00:00 GMT</pubDate>
<description>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 4.1. I ran it with Tomcat 5.5.2.</description>

</item></channel></rss>