| Projects on Google Code | Results 1 - 10 of 113 |
a Guice Hibernate integration layer that uses JPA/EJB3 style transactional annotation
= Introduction =
Aricia lets you code your Struts2 actions and services easier and faster.
= Service =
Find a person by name
{{{
@Transactional
public Person findByName(String name) {
return fin...
= guice-blazeds =
This project allows you to inject BlazeDS remoted objects with Guice. The jar is very small and there are no dependencies on any libraries except the servlet API and the Blaze jars.
With {{{guice-blazeds}}} you can annotate Blaze remoted services like this:
{{{
public clas...
The groovy-guice project enables you to use Groovy script files and Groovy source files as binding targets in Guice. Ease of use and minimal amount of code for configuration were the design goals.
Simple examples are given inside Javadocs of this project and there is a Junit testcase in the sourc...
Will create jms bindings for guice, make the API similar to the approach that warp-persist uses and mimic the functionality of spring JMSTemplate. Key is though not to hide the way connections etc are used, Spring JmsTemplate has a few [http://activemq.apache.org/jmstemplate-gotchas.html gotchas];
...
A library which allows XML to be used in addition to Java as the configuration for [http://code.google.com/p/google-guice Google Guice]. Allowing configuration changes without the need to recompile. This can be useful where you realise a stub should be swapped in, or you need to run different code...
GuiceyFruit provides a number of utilities on top of the [http://code.google.com/p/google-guice/ Guice] 2.x to help developers work with standard [Annotations] for injection and lifecycles from [http://jcp.org/en/jsr/detail?id=250 JSR 250], [Spring], EJB3 and JPA as well as supporting [Maven] and im...
!RoboGuice smoothes out some of the wrinkles in your Android development experience and makes things simple and fun. Do you always forget to check for null when you getIntent().getExtras()? !RoboGuice is on it. Think casting findViewById() to a !TextView shouldn’t be necessary? !RoboGuice is on ...
Spring的日渐臃肿让我慢慢产生厌恶,
Guice的亲切让我决定使用它作为项目的核心。
WebWork的优雅让我拜读了一次他的源码
无数的Dao让我想方设法的把它舍去
warp结合Guice以及Annotation时让我无比着迷
guice-side的诞生源于以上条件,彻底的抛弃了Spring这位纵横江湖多年的大佬,接替他的者是更为年轻但是比较专一的Guice,由于WebWork与Guice的结合不能让我们满意,所以保存了WebWork的亮点,彻底的MVC了一把。Dao的舍去,让我们把精力更多放在了Service上,Annotation的查询方式与Hibernate结合恰到好处...
`GuiceBerry` brings the joys of dependency injection to your test cases and test infrastructure. It leverages Guice to accomplish this. It allows you to use a composition model for the services your test needs, rather than the traditional `extends MyTestCase` approach.
`GuiceBerry` does not sup...
<h3>Guice Junit4 Support </h3>
<ul>Features
<li> Inject junit4 test case with guice </li>
<li> Transacted junit4 test case with spring transaction manager </li>