<?xml version="1.0" encoding="UTF-8"?>
<posts update='2008-07-09 19:46:34' user=""><post 
   href="http://www.skywayperspectives.org/portal/web/guest/home" 
   description="The Community for Skyway Users, Developers, and Contributors - Home" 
   
     extended="Welcome to the home of Skyway Visual Perspectives, a set of Eclipse-based modeling tools for rapidly producing highly-scalable JEE web applications and services using the Spring Framework.  Using a model-centric approach to development, testing and deployment, Skyway Visual Perspectives increases developer productivity and application quality." 
   
   hash="6ecd70b2b9f5f11b382e15f6a094c73a"
   user="gresch"
   tag="develop gui ide java java_ee mdd software springframework visual "
   time="2008-06-19T10:30:58+0200" />
<post 
   href="http://code.google.com/p/arc-pocs/" 
   description="arc-pocs - Google Code" 
   
     extended="Proof of concept examples for JEE, Seam, JSF, Spring, GWT, etc." 
   
   hash="b708f5118def2b06ed2df0538989112f"
   user="gresch"
   tag="codebeispiele develop google-code gwt information jsf seam software springframework "
   time="2008-06-17T18:52:45+0200" />
<post 
   href="http://www.unitils.org/spring_article.html" 
   description="Unitils - Testing Spring - Hibernate applications with Unitils" 
   
     extended="This article demonstrates a brand new open source library for unit testing, called Unitils. Unitils helps you in writing simple and maintainable unit tests with JUnit or TestNG . It glues together some widely used test libraries like DbUnit and EasyMock and offers integration with Spring and Hibernate . Unitils encourages applying good practices and unit testing guidelines. The ideas behind the code are based on the authors&#039; concrete experience on enterprise projects.

Unitils offers following features

    * Equality assertion through reflection, with options like ignoring Java default/null values and ignoring order of collections
    * Support for database testing involving test data management with DbUnit, automatic maintenance of unit test databases and automatic constraints disabling
    * Hibernate integration features such as session management and testing the mapping with the database
    * Integration with Spring, involving ApplicationContext management and injection of spring managed beans
    * Integration with EasyMock and injection of mocks into other objects" 
   
   hash="8283e8d4179b993fd0823d5b3b64498d"
   user="gresch"
   tag="dbunit develop hibernate junit qa software spring springframework testing testing-profiling testng "
   time="2008-06-17T15:11:47+0200" />
<post 
   href="http://chariotsolutions.com/home" 
   description="Chariot Solutions | Welcome" 
   
     extended="Chariot Solutions is a software development and consulting firm focused on helping clients achieve greater success through the intelligent application of established and emerging technologies. Emphasizing the use of agile architectures based upon open standards, we deliver solutions that allow clients to react more quickly to competitive pressures and market opportunities." 
   
   hash="60ded882f5b13bee1e95fb917e761425"
   user="gresch"
   tag="agile business company consulting java software springframework "
   time="2008-05-21T10:36:42+0200" />
<post 
   href="http://www.springsource.com/web/guest/products/suite/applicationplatform" 
   description="SpringSource - SpringSource Application Platform" 
   
     extended="SpringSource Application Platform is a completely module-based Java application server that is designed to run enterprise Java applications and Spring-powered applications with a new degree of flexibility and reliability. The SpringSource Application Platform is based on the new SpringSource Dynamic Module Kernel™ (dm-Kernel). The dm-Kernel provides a module-based backbone for the server, which also harnesses the power of Spring, Apache Tomcat and OSGi-based technologies" 
   
   hash="4e042c444115d54aa487e278c72677fb"
   user="gresch"
   tag="develop frameworks ivy java java_ee maven osgi platform software springframework tomcat "
   time="2008-05-02T20:50:41+0200" />
<post 
   href="http://prime.com.tr/cagataycivici/?p=92" 
   description="Çagatay Çivici’s Weblog » Blog Archive » Using Spring to Manage JSF Beans" 
   
     extended="The traditional way to integrate JSF and Spring was to define JSF beans in faces-config as managed beans and refer to the spring beans using the managed-property configuration. With the help of the spring’s delegatingvariableresolver the managed property is resolved from spring application context and JSF’s IOC injects the bean to the JSF Managed bean instance. I’ve written an article it about this way before.First approach is modelled as follows" 
   
   hash="329c240912abf6d486b14e593729defc"
   user="gresch"
   tag="blog develop howto java java_ee jsf software springframework "
   time="2008-04-16T17:56:20+0200" />
<post 
   href="http://prime.com.tr/cagataycivici/?p=82" 
   description="Çagatay Çivici’s Weblog » Blog Archive » Annotation Driven JSF-Spring-JPA" 
   
     extended="JSF-Spring-JPA is the popular stack of choice these days, mostly to be used in my consulting and training purposes I’ve created a base project called MovieStore demonstrating the annotation-driven integration of JSF-Spring-JPA. JSF backing beans, spring service level beans and DAO’s are configured and integrated with annotations. Only the core infrastructure like datasource, entityManagerFactory or transactionManager are configured with xml." 
   
   hash="c379e602cee0ed93267023cd475e9643"
   user="gresch"
   tag="develop howto java java_ee jpa jsf software springframework "
   time="2008-04-16T17:55:39+0200" />
<post 
   href="http://dertompson.com/index.php/2008/01/11/spring-with-aspectj-in-eclipse/" 
   description="tOMPSON’s blog » Blog Archive » Spring with AspectJ in Eclipse" 
   
     extended="Get the @Configurable stuff working within Eclipse...
&#034;Some weeks ago I wrote a custom JSP tag for a Spring project I am currently working on. Inside the tag I wanted to use a Spring bean. Soon I realized that this case had to be handled a bit different because the tag is instantiated by the application server and not from the Spring context. Therefore the simple standard injection mechanism did not work.&#034;" 
   
   hash="2424b3a832bb7e03bdd745b69b2be5a2"
   user="gresch"
   tag="aop develop eclipse howto java java_ee software springframework tomcat "
   time="2008-04-05T22:41:14+0200" />
<post 
   href="https://spring-fitnesse.dev.java.net/" 
   description="spring-fitnesse: Project Home Page" 
   
     extended="This is a very simple integration of Spring and FitNesse. FitnNesse is a Wiki-based framework to implement integration tests. Fit as well. This framework uses HTML files as input and output for the integration tests. Therefore the tests can be written using Word or Excel instead of a Wiki. This makes usage much easier and can be critical for success or failure.

This framework offers new classes that you can inherit from to implement or Fit FitNesse Fixtures. These Fixtures are then autowired to Spring Beans. So the Fixtures just need to implement set-methods. These are automatically called by Spring with a Spring Bean of the right type. This way Dependency Injection also covers the Fitnesse tests." 
   
   hash="0693643fc58f71b14179b777719c9e01"
   user="gresch"
   tag="develop fitnesse frameworks qa software springframework testing testing-profiling wiki "
   time="2008-04-03T13:29:02+0200" />
<post 
   href="http://www.xaware.org/component/option,com_frontpage/Itemid,1/" 
   description="XAware Open Source Data Integration Community" 
   
     extended="The XAware project provides real time data integration with a service-oriented flavor. XAware makes other tools and frameworks much more productive by hiding data complexity behind &#034;XML views&#034;. XML views span any number of data sources, and can read data, write data, or transfer data between sets of sources, all within a distributed transaction." 
   
   hash="186381fcae95348de1260f62ee499b2d"
   user="gresch"
   tag="database develop eai eclipse frameworks integration java_ee soa software springframework sql transactions transformation uml xml "
   time="2008-02-11T14:35:32+0100" />
</posts>
