Home

Search results

"tag:"osgi""


Title and summary Date/time
1
Building A SCRUM StoryCards Generator - Roundup
In Part I we squeezed raw data out of an Excel sheet containing the SCRUM story cards. With a little bit of groovy this raw data got converted to XML. I the 2nd Part we created the XML needed as input for our PdfGenerator. In Part III we pimped an ...
Sep 14, 2009
10:19:33 PM
2
Building A SCRUM StoryCards Generator - Part III
Pimp an Apache FOP example and use an XSL-FO style sheet to render the PDF generated by the SCRUM StoryCards Generator.
Sep 8, 2009
10:54:09 PM
3
Building A SCRUM StoryCards Generator - Part II
A short sample how to create XML using the Groovy MarkupBuilder.
Sep 6, 2009
10:12:55 PM
4
Building A SCRUM StoryCards Generator - Part I
Sick of all those HelloWorld OSGi tutorials? Follow this short series of blog entries and learn how to build a SCRUM StoryCards Generator: A small webapplication running inside an OSGi environment. An Excel list containing the stories for a sprint ...
Sep 2, 2009
10:29:40 PM
5
Taking CKEditor 3.0. for a testdrive in an OSGi environment
A few days ago the blog entry CKEditor 3.0 is here! caught my attraction. I know Pebble is using FCKEditor, so i read the whole news and wanted to feel the amazing difference... To use CKEditor with this bundled version of Pebble i repackaged the editor ...
Sep 1, 2009
2:33:51 AM
6
Need help in the bundle jungle...
Its easy as pie getting lost in the bundle jungle!
Aug 24, 2009
9:02:18 PM
7
Experimental set-up: Default strategies in an OSGi environment
The -dark- or dynamic side of Using OSGi
Aug 6, 2009
12:28:59 AM
8
DRY iBatis DAOs build an UserDetailsService
Don't repeat the DAO! with iBatis. Creating a spring-security UserDetailsService based on an iBatis DAO layer to use inside an OSGi environment.
Jul 28, 2009
11:27:37 PM
9
The tale of a sitemesh experiment
Two sitemesh resources Paul Codding's blog entry: 'Spring, Hibernate, and Sitemesh' SiteMesh - Building SiteMesh Decorators Weaving sitemesh into pebble Add the sitemesh PageFilter into WEB-INF/web.xml: filter filter-namesitemesh/...
May 27, 2009
6:38:00 PM
10
Adding an OSGi command (Equinox)
Adding OSGi commands using spring-osgi: osgi:reference id="utilities&q...
May 18, 2009
9:22:00 PM
11
Extracting the E-Mail Service
Building a generic E-Mail service for an OSGi environment from the pebble implementation Create a generic E-Mail interface like MailGateway: public interface MailGateway { void send(String emailAddress, String emailName, String to, String subject, String ...
Apr 16, 2009
8:10:00 PM
12
Extract the DAO layer
moving the DAOs out of the standard war
Mar 27, 2009
9:11:00 PM
13
Creating the core bundle
Creating the core bundle
Mar 24, 2009
12:19:00 PM
14
Third time it's a charm
Moving from Acegi to Spring-Security
Mar 19, 2009
9:57:00 PM
15
Building OSGi ready pebble with maven
Building Pebble with maven
Mar 16, 2009
9:53:00 AM