Projects tagged ‘junit’ and ‘spring’


Jump to tag:

Projects tagged ‘junit’ and ‘spring’

Filtered by Project Tags junit spring

Refine results Project Tags java (17) hibernate (13) maven (4) annotations (3) jpa (3) jsf (3) test (3) ant (3) guice (2) maven2 (2) ehcache (2) gwt (2)

[22 total ]

1 Users
 

Open Software Factory turns UML models into executable application code. It supports the rapid development of web service enabled J2EE applications that run on any J2EE server. When using OSF, all ... [More] design changes are made in your UML model and OSF updates your application by iterative code generation. Hand coded software is not touched by OSF. Instead, generated code is seamlessly integrated with hand code with OSF generated pattern implmentations. OSF is currently built on the AndroMDA platform and uses Velocity for code generation. The upcoming major release of OSF is being developed with the Atlas Transformation Language and EMF. Modules for JRuby/Ruby support and plug-ins for NetBeans and Eclipse will be released by December 31, 2007. [Less]
Created over 3 years ago.

1 Users

项目介绍:The Micrite is an application that developers can refer to when starting a web project base on Struts and Spring. It should aid you learn how to develop a complicated web application ... [More] , from coding to auto testing... Micrite是一个基于Struts和Spring的完整Web应用,通过它你会轻松的掌握: 如何设计开发一个的Web项目(面向对象设计,接口编程) 如何进行自动编译,测试及发布(Maven,ant,Junit) Struts2,Sping2,ajax等相关技术 项目特性: 基于maven的多模块Web应用,独立模块可以单独运行及发布 Struts2与Spring的完整实现 支持多种数据库, MySQL, Derby, PostgreSQL, Oracle, MSSQL extjs的完整实现, 独立模块动态加载 国际化支持 [Less]
Created 8 months ago.

1 Users

Click on the logo to visit official project site. DAO Fusion is a lightweight yet comprehensive and extensible Java based Data Access Object (DAO) pattern implementation built on top of Java ... [More] Persistence API (JPA) and Hibernate. FeaturesYou could think of DAO Fusion as a solid foundation for your own DAO layers, doing most of the usual heavy lifting for you and providing support for common DAO-related tasks and patterns, such as: Persistent entity model Model your business domain using a standard persistent entity model with out-of-the-box default persistent entity implementations. Core DAO classes Build your DAO layer by extending standard persistent entity DAO interfaces / abstract implementations which already provide most of the usual DAO functionality. Persistent entity criteria API Construct persistent entity criteria with advanced filtering, sorting and paging capabilities and pass them to DAO methods to query for desired results. Criteria transfer object pattern Use the criteria transfer object (CTO) pattern to construct client-side versions of persistent entity criteria instances and pass them through the chosen communication mechanism to the remote server-side component, employing a CTO converter for seamless CTO-to-criteria transformation. Bitemporal pattern Add temporal aspects to your business domain, tracking persistent entities in two distinct timelines denoting the validity of facts and your knowledge of such facts throughout the time. Integration testsIn addition to all of that, DAO Fusion provides an out-of-the-box integration test support based on JUnit and Spring's TestContext framework. Integration tests interact with the chosen database instance and make sure that all standard DAO implementations are properly and thoroughly tested using a non-trivial sample domain model. Note that DAO Fusion is integration-tested against many popular databases, including MySQL, PostgreSQL, DB2, Oracle 10g and MS SQL Server 2000. Getting startedVisit our official project site to learn more about DAO Fusion. [Less]
Created 10 months ago.

0 Users

Latest Version: 0.9.2-m1 A collection of very simple utilities with the goal of making writing tests easier with less code. FunctionalTestRunner - JUnit ExtensionAdded in 0.9.2-m1, read about it ... [More] on the Carbon Five blog: http://blog.carbonfive.com/2009/10/testing/c5-test-support-new-addition-functionaltestrunner Spring 2.5+ Test ExtensionsDataSetTestExecutionListenerLoads DBUnit test fixtures before test methods flagged with the @DataSet annotation. Participates in an active transactions if available or in auto-commit mode if one is not. @ContextConfiguration(locations = {"classpath:applicationContext.xml"}) public class TripRepositoryImplTest extends AbstractTransactionalDataSetTestCase { @Autowired TripRepository repository; @Test @DataSet public void forIdShouldFindTrip() throws Exception { Trip trip = repository.forId(2); assertThat(trip, not(nullValue())); } }The high-level execution path for this example looks like: Inject dependencies (DependencyInjectionTestExecutionListener) Start transaction (TransactionalTestExecutionListener) Load dbunit data set from TripRepositoryImplTest.xml (DataSetTestExecutionListener) using the setup operation (default is CLEAN_INSERT) Execute test Optionally cleanup dbunit data using the tear down operation (default is NONE) Rollback transaction (TransactionalTestExecutionListener) Here’s the trimmed down log output for this test: INFO: Began transaction (1): transaction manager; rollback [true] (TransactionalTestExecutionListener.java:259) INFO: Loading dataset from location 'classpath:/eg/domain/TripRepositoryImplTest.xml' using operation 'CLEAN_INSERT'. (DataSetTestExecutionListener.java:152) INFO: Tearing down dataset using operation 'NONE', leaving database connection open. (DataSetTestExecutionListener.java:67) INFO: Rolled back transaction after test execution for test context (TransactionalTestExecutionListener.java:279)See http://blog.carbonfive.com/2008/07/testing/database-testing-with-spring-25-and-dbunit for additional details. HibernateOpenSessionTestExecutionListenerOpens a Hibernate Session for the duration of a test method so that you can fetch lazy associations and collections. Useful for integration testing. Data FixturesDBUnitFixture - Load a DBUnit dataset easily. SQLFixture - Load a SQL script easily. EasyMock ExtensionsArgumentAssertion - Make assertions on parameters passed to a mock. [Less]
Created 11 months ago.

0 Users

Java by myself
Created 7 months ago.

0 Users

The idea behind this project is to publish some peace of code about some technologies I have interest about.
Created about 1 year ago.

0 Users

Created 5 months ago.

0 Users

Plainead is a fictitious Java project in need of a CI process.
Created 12 months ago.

0 Users

Guice Junit4 Support Features Inject junit4 test case with guice Transacted junit4 test case with spring transaction manager
Created 24 days ago.

0 Users

About Trading System AidopenBiz Solutions Trading System Aid is a proof of concept of a full stack of open source technologies encompassing from Infrastructure to Java frameworks. It is using the ... [More] following Java Open Source Frameworks: Spring 2.5 for presentation (Spring MVC), transactions (Spring AOP with HibernateTransactionManager), persistence integration with Hibernate 3.2 and security using Acegi. Use of EHCache for caching, Apache Commons provides reusable components and Log4j logging capabilities. In the presentation layer, Sitemesh provides web­page layout and decoration, DisplayTags gives reusable presentation components and Itext PDF services. The inclusion of Yahoo UI APIs intends to supply some reusable components in the front end side. In the testing world, JUnit and JMock give unit testing another dimension. About openBiz SolutionsopenBiz Solutions is a Sydney-based consulting company that specializes in Professional Open Source Services. Our mission is to be your Open Source partner, providing experience, knowledge, objectivity and skills to help you achieve your goals in time and budget with a high quality solution. [Less]
Created 12 months ago.