Guice

  • submit to reddit

Kotlin + Guice Example

Learn how to create a quick toy application with JetBrains' relatively new language, "Kotlin", and the Guice framework using an existing Java codebase.

7 replies - 5082 views - 02/04/12 by Alex Tkachman in Articles

MongoDB Java DAO Generator – GuiceyData

One of the best things about MongoDB is the lack of an enforced schema for collections. This flexibility gives developers a lot of power in how they work with their data. Embedding records and arrays inside other records allows both a complexity and...

1 replies - 3343 views - 12/13/11 by Matt Insler in Articles

renderSnake 1.1 released

RenderSnake is a Java library for creating components and pages that produce HTML using only Java. Its purpose is to support the creation of Web applications that are better maintainable, allows for easier reuse, have testable UI components and produces...

0 replies - 773 views - 05/03/11 by E Micklei in Announcements

CDI Dependency Injection - An Introductory Tutorial Part 1 - Java EE

CDI is the Java standard for dependency injection (DI) and interception (AOP). It is evident from the popularity of DI and AOP that Java needs to address DI and AOP so that it can build other standards and JSRs on top of it. DI and AOP are the...

16 replies - 28147 views - 03/28/11 by Rick Hightower in Articles

A Fresh New Jersey

Version 1.3 of Jersey, the reference implementation for JAX-RS, is out today.  This Oracle RI facilitates the generation of RESTful web services for technologies like Teracotta's Ehcache Server, GlassFish v3, and Apache Camel.  Jersey 1.3 implements the...

0 replies - 5979 views - 07/02/10 by Mitchell Pronsc... in News

The Coming of Java EE Extensions in JSR-299

Final approval voting for the Java Contexts and Dependency Injection for the Java EE platform (aka JSR-299 and CDI) will finish today and the results will be published on December 10th.  Pete Muir, the project lead for the JSR-299 reference implementation,...

3 replies - 8865 views - 11/30/09 by Mitchell Pronsc... in Articles

Smart Account Management (SAcct)

Smart Account Management (SAcct) 0.1.0 is released and it is based on my past work on PCI compliance. The SAcct 0.1.0 includes the following modules:

0 replies - 1683 views - 07/14/09 by Jian Fang in Announcements

JavaOne Day 4 - Part 2

Stephen Chin and Joshua Marinacci presented "Getting Started with WidgetFX: Open-Source Widget Desktop Platform with JavaFX™ Technology"; and it was an excellent introduction to WidgetFX, the open source platform for creating and deploying widgets...

1 replies - 2550 views - 06/15/09 by Burk Hufnagel in Articles

Unit Testing with Spring, Guice, JMock, Easymock, Mockito...

When you write unit tests, as the project grows to end up by using many technologies such as Jmock (or another mock framework like Mockito), DbUnit, Selenium, your favorite IOC, ... Integration of these technologies requires you to write pleinty of time the...

0 replies - 9721 views - 02/04/09 by Mathieu Carbou in Announcements

peaberry 1.0-rc1: Dynamic Service Extension for Guice

1 replies - 2329 views - 01/08/09 by Stuart Mcculloch in Announcements

The Nuts, Bolts and Springs of Distributed OSGi Applications

Using Spring with OSGi is a revolution in the application server environment. Spring gives you flexibility, OSGi gives you dynamicity, but complexity can...

0 replies - 13518 views - 12/30/08 by Nitin Bharti in Videos

OSGI and Injection

Over the last several weeks, I worked on a integration of Wicket and OSGI. One of the architecture decision was to find which injection frameworks could be used in an OSGI environment.At this time several options are offered. I selected the two following...

1 replies - 7091 views - 10/14/08 by Jérôme Mirc in Articles

JCatapult RC2 released!

The JCatapult team is pleased to announce the release of 1.0-RC2.  For those unfamiliar with JCatapult, here is an overview: JCatapult is an open source (ASLv2) application development platform targeted primarily at web applications, but capable of being...

0 replies - 2411 views - 05/19/08 by Brian Pontarelli in Announcements

GDS Ships FOSS Alternative to Adobe LiveCycle DS

Granite Data Services (GDS) is a free, open source (LGPL'd), alternative to Adobe® LiveCycle® (Flex™ 2+) Data Services for J2EE application servers. It is not, however, a drop-in replacement: you won't be able to simply deploy a LiveCycle Data Services...

0 replies - 7767 views - 01/31/08 by Franck Wolff in News

Bob Lee on dependency injection frameworks and collections

There is a JavaPosse interview with "Crazy" Bob Lee from JavaPolis that went up recently that is very interesting [audio, video]. The first big chunk of the interview is about Guice and that's good stuff, but not what caught my ear. At about the...

5 replies - 4816 views - 01/29/08 by Alex Miller in News