sign in · help · news · about · deen

BibSonomy ::  tag ::
order by ( date | folkrank )

The blue social bookmark and publication sharing system.
 

bookmarks

 (13)
<< < 1 > >> 
  • Coming back to the above post by Anton, yes, the kind of runtime type checking exists in lots of popular Java frameworks, even today. And this is where fra...
    Coming back to the above post by Anton, yes, the kind of runtime type checking exists in lots of popular Java frameworks, even today. And this is where frameworks like Guice and EasyMock really shine with their strongly typed API sets that make you feel more secure within the confines of your IDE and refactoring abilities. The Morale When you are programming in a statically typed language, use appropriate language features to make most of your type checking at compile time. This way, before you hit the run button, you can be assured that your code is well-formed within the bounds of the type system. And you have the power of easier refactoring and cleaner evolution of your codebase.
    to Guice java typeTheory by draganigajic on Jul 13, 2011, 6:13 PM
    (0)
  • Dependency Injection has been around for a while, and many teams are refactoring their applications to use DI. But it can be a struggle. In this article, P...
    Dependency Injection has been around for a while, and many teams are refactoring their applications to use DI. But it can be a struggle. In this article, Paul Hammant explains the route to take to move an existing application from a nest-of-singletons ...
    to IoC google guice java by draganigajic on Jul 13, 2011, 6:13 PM
    (0)
  • to guice interview java by draganigajic on Jul 13, 2011, 6:13 PM
    (0)
  • Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5 and above, brought to you by Google. - Google Project Hosting
    to google guice injection by nosebrain and 6 other users on May 23, 2011, 3:00 PM
    (0)
  • GIN (GWT INjection) is Guice for Google Web Toolkit client-side code - Google Project Hosting
    to gin google guice gwt injection by nosebrain on May 23, 2011, 2:40 PM
    (0)
  • to example guice integration spring by folke on Mar 20, 2011, 2:16 AM
    (0)
  • pinky is a Scala REST/MVC glue web framework built on top of Guice and Guice Servlet. Pinky provides out-of-the-box support for dealing with forms, domain ...
    pinky is a Scala REST/MVC glue web framework built on top of Guice and Guice Servlet. Pinky provides out-of-the-box support for dealing with forms, domain objects, jdbc and rss/xml/json/html content types
    to develop guice rest scala software webapp by gresch on Jul 31, 2010, 11:04 PM
    (0)
  • Current we support: Hibernate 3.1 Java Persistence API (sometimes called JPA or EJB3 persistence) Db4Objects (a lightweight object database) It works i...
    Current we support: Hibernate 3.1 Java Persistence API (sometimes called JPA or EJB3 persistence) Db4Objects (a lightweight object database) It works inside a Java EE container, inside a plain Servlet environment or in a purely SE environment such as a desktop application (with obvious limitations--cant use session-per-http-request strategy outside a servlet environment for instance
    to db4objects guice hibernate java jpa persistence by sac on Apr 20, 2010, 3:11 PM
    (0)
  • Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5 and above, brought to you by Google.
    to aop code dependency di framework google guice injection ioc java tools by steff83 and 6 other users on Jun 8, 2009, 12:26 AM
    (0)
  • AtUnit minimizes boilerplate code in unit tests and guides test development by enforcing good practices. * mark exactly one field with @Unit to indi...
    AtUnit minimizes boilerplate code in unit tests and guides test development by enforcing good practices. * mark exactly one field with @Unit to indicate the object under test. * mark fields with @Mock or @Stub to obtain mock objects * inject your tests, and your test subjects, using your favorite IoC container Mock Objects Integration AtUnit integrates with JMock or EasyMock to provide mock objects: * obtain a JMock context simply by declaring a field * annotate fields with @Mock to obtain JMock or EasyMock mock objects * annotate fields with @Stub to obtain a JMock or EasyMock stub object ... or you can use your own mock objects plug-in with two easy steps: * implement the MockFramework interface * annotate your tests with @MockFrameworkClass(MyMockFramework.class) Container Integration AtUnit integrates with Guice or Spring to take all of the work out of dependency-injected tests. With Guice: * never see the Injector, never write bootstrapping boilerplate! * @Inject test class fields without even defining a Module * declaratively obtain mock objects with @Inject @Mock * if you need more binding flexibility, simply have your test class implement Module With Spring: * annotate fields with @Bean to get them from the Spring context * fields annotated with @Bean which do not appear in your Spring context are added to it automatically! (This includes @Mock and @Stub fields.) * AtUnit looks for a Spring XML file with the same name as your test, or you can specify the location yourself with @Context("filename") * Most of the time, you don't even need a Spring XML file! You can easily plug in other containers in two steps: * implement the Container interface * annotate your tests with @ContainerClass(MyContainer.class)
    to develop easymock google-code guice java jmock mock qa software springframework testing by gresch on Dec 10, 2008, 11:14 AM
    (0)
  • This post shows my comparison of Google Guice, PicoContainer and Spring
    to christian schenk blog programming comparison guice google spring dependency-injection inversion-of-control picocontainer by cschenk on Apr 5, 2008, 8:04 AM
    (0)
  • to dependency-injection development google guice inversion-of-control ioc java by cschenk and 2 other users on May 19, 2007, 7:58 PM
    (0)
  • Guice is a lightweight dependency injection framework for Java 5.
    to dependency-injection development google guice inversion-of-control ioc java by cschenk and 6 other users on Mar 11, 2007, 11:06 AM
    (0)
<< < 1 > >>bookmarks per page: 5 10 20 50 100  

publications

publications per page: 5 10 20 50 100  
a gripper