[13 total ]
Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.
Direct Democracy Portal, mixing open source with politics to create a portal for online organisations governed through direct democracy. Using maven, mysql, hibernate annotations (EJB 3.0), spring framework and ThinWire RIA Ajax Framework.
Tudu Lists is an on-line application for managing todo lists. With Tudu Lists, todo lists can be easily accessed, edited and shared on the Web. It is a simple but effective project management tool.
This is the google home page for most of my projects. There are a lot of sample applications to be found here. Most of them are discussed in my blog items which you can find on my blog http://www.gridshore.nl.
If you have issues or requests please
... [More]
use the Issues tab from this project.
The following table gives you an overview of the different samples and there main technologies and reasons I created them.
projecttechnologiesreason for existenceBlog item(s) Felix Tryoutosgi, felix, maven2, intellijFirst real tryout with an osgi application running on felixstarting-with-osgi-using-apache-felix-step-1, using-maven-to-create-an-osgi-bundle-osgi-felix-sample-step-2, embedding-jetty-in-osgi-osgi-felix-sample-step-3, creating-a-jetty-based-osgi-httpservice-for-apache-felix RaffleGoogle web toolkitThis application I used to explain he basics of Google web toolkit Rowing-the-Google-Web-Toolkit-boat-with-intellij Raffle Appjpa, annotations, google web toolkit, wicket, jqueryI used this application to show multiple front end frameworks. Before you can start with the front end, you need to have a solid back end. Therefore I tried jpa using springframework and hibernate at the back end. The different front ends all use the same back end without changes.Creating-an-application-with-maven2,-jpa,-springframework-and-intellij, start-using-jquery-with-some-small-samples-and-using-spring-mvc-25 Spring OSGi SampleOSGi, springframeworkMy first thing I did with OSGi, I must admit that I did not understand that much about OSGi back than.Spring-osgi-an-evaluation-using-maven-2-and-the-special-spring-osgi-archetype Springframework archetypespringframework, maven2, acegiI was doing a lot of projects with the same kind of architecture. I also wanted to experiment with maven archetype. So the ideal combination to create my custom archetype.Creating-a-maven-archetype-for-acegi-and-springframework Training Overviewspring 2.5, annotations, jpa, jquery, mavenIn this application we go to the extreme with plain web development. A lot about using spring mvc 2.5 in combination with jquery. Again the back end is created using springframework, hibernate and jpa.using-annottions-in-springframework Ajax dwr sample dwr, springframework, scriptoculousOne of the most known implementations is creating auto complete solutions. With this project I create an autocomplete using scriptoculous and dwr. The blog item in which I described the solutions is still one of the best read posts of my blog.Creating-an-autocomplete-with-Spring-and-DWR books-overviewflex 3, BlazeDS, springframeworkThis is the latest sample I have created. This is also the sample for the coming months. I a experimenting a lot with flex 3 and I show all this is this sample. For now there is a custom component for filtering results in a DataGridcreating-a-flex-3-datagrid-component-with-backend-filtering, integrating-flex-3-with-spring-security-formerly-known-as-acegi integration-spring-security-acegi-and-flex-3-the-sequel feeling-secure-with-webserviceswebservices, securitySample showing everything you need to know about webservices and security http://www.gridshore.nl/2008/05/17/feeling-secure-with-web-services-introduction/|feeling-secure-with-web-services-introduction,feeling-secure-with-web-services-part-1-the-usernametoken, feeling-secure-with-web-services-part-2 spring-ws-samplesspring ws, maven, springframwork, jaxbThis application shows a webservice as well as a webservice client using the spring-ws framework.Using-Spring-ws-for-creating-a-webservice, Creating-a-webservice-client-using-Spring-ws-and-maven2 buildversion-pluginmavenCreates a file version.jsp in the web application folder wth the version of the maven build in it. payment-batch-sample I started this sample to create a batch application, but I never finished it. [Less]
CalendarKey is server software that integrates with Calendar Server software (including Oracle Collaboration Suite) to allow end users of the Calendar Server to:
* View the schedule for the authenticated user in compact HTML. This compact view
... [More]
can be included in other applications.
* Allow an authenticated user to generate a unique URL that allows an unauthenticated user to view the user's calendar, in either compact HTML, the industry standard iCalendar format, or RSS.
* Allow an authenticated Resource Owner to generate a unique URL that allows an unauthenticated user to view the Resource's calendar, in either compact HTML, the industry standard iCalendar format, or RSS. [Less]
Spring Python is an offshoot of the Java-based SpringFramework and AcegiSecurityFramework, targeted for Python. Spring provides many useful features, and I wanted those same features available when working with Python.
Several key features
... [More]
include:
* Inversion of control
* Aspect oriented programming
* DatabaseTemplate
* Database transaction management
* Distributed remoting
* Security
You can pick and choose which parts to use. Visit the web site for more details.
The main library of Spring Python as well the sample applications are released under Apache License 2.0, making it a business friendly library. The SpringWiki sample application reuses a set of style sheets written for mediawiki that are GPL. [Less]
Demo project based on Spring's Petclinic that aims to integrate various frameworks: Spring MVC, Spring Webflow, Freemarker, Sitemesh, Hibernate, Acegi, DWR.here There will be three subprojects that differ in complexity and should cover most web
... [More]
application requirements.
Integration statusSubproject sample-spring-ftl-jsecurity Framework Status Spring MVC Done Freemarker Done Sitemesh Done JPA(mapped) Done Container Security Done
Subproject sample-spring-ftl-acegi-dwr Framework Status Spring MVC Done Freemarker Done Sitemesh Done JPA(annotated) Done Acegi Security Done DWR Done
Other libraries: Sitemesh, Script.aculo.us, JSCalendar, Prototype
Subproject sample-spring-ftl-acegi-dwr-swf Framework Status Spring MVC Open Spring Webflow Open Freemarker Open Sitemesh Open JPA(annotated) Open Acegi Security Open DWR Open [Less]
This project hosts the code for the book Pro Web 2.0 Application Development with GWT by Jeff Dwyer.
An interview about the book and sample chapter on SEO with GWT is available on InfoQ.
Also there's an interview about the book and the
... [More]
ToCollege.net project at GWTSite.com.
The goal of this book was to end up with more than just trivial examples. Instead, I really tried to write the book that I would’ve wanted to read when I started with GWT. For me, figuring out the GWT basics was simple and pretty intuitive, so this book doesn’t focus very much on the basic UI elements. The tricky bits were understanding how to make GWT fit nicely into the Java ecosystem. Getting it integrated with Maven, Jetty, Spring Security, Hibernate, Sitemesh, best practices for RPC etc.
With that in mind I’ve built a full-sized web site called ToCollege.net. This is a real site that focuses on helping students with their applications to college. It has a heavy focus on being Search Engine Optimization (SEO) friendly but still having rich AJAX functionality. The source code for the book is right here. You're welcome to checkout the release 0.1.0 tag which contains the code as of the date of publication, or to checkout the trunk to get the latest GWT 1.5 rc1 code. Either way, there's about 15,000 lines of source for you to explore, covering everything from Google Gears to OpenID.
The book is essentially a walkthrough of this codebase. It explains how to get the site up and running on your localhost and goes into how the site is built. I hope you enjoy & please avail yourself of the google group if you have any questions.
Cheers,
-Jeff Dwyer
ps Please note that the correct svn command is:
'svn checkout http://tocollege-net.googlecode.com/svn/ProGWT/trunk/ ProGWT' [Less]
Web barbershop for Michael
The original version of Project Track appeared as the example application in Kito Mann's JavaServer Faces in Application. Chris Richardson, author of POJOs in Action, then developed Spring, and Hibernate backend, integrated Acegi Security, and wrote
... [More]
some Selenium tests.
The goal is for Project Track to be an example of how to build applications with JSF, Spring, Hibernate, and Acegi Security. [Less]
This project cames from Xuefeng's book "Spring 2.0 Core Technology and Best Practice" which is a completely ready-to-run example of JavaEE web application based on Spring framework.
This online bookstore web application based on light-weight Spring
... [More]
framework, integration of Acegi, Hibernate, XFire, Velocity, OSCache, Compass and Lucene.
Snapshot: [Less]
There are too much things we must learn in this world.Thanks gwt, we don't need to learn javascript by using it. But when I used it in our project, I found there are still somethings need to do to suit our project.
This project aims to make easier
... [More]
to do what you want to do with GWT, now, the fllowing things have contain in our project:
gwt reflection(class, filed, method, annotation) gwt ui generator(WhyUIGenerator HowToUseUIGenerator) gwt acegi integration(IntegrationGWTWithAcegi) Please note that, all source code available at: http://code.google.com/p/gwt-ent/source
Change History20080920
gwtent-0.2 now available for download Reflection now support Annotation Click Here See the Test Class Full reflection test now available Click Here 20080906
GWTENT has been divided into three package(gwtent, gwtent-acegi, gwtent-ext) A sample project created gwtent-0.1 now available for download SVN Updated 20080406
UI generator gwt-ext editors 20080204
UI generator framework 1.0.0 RC1 20071228
finish Reflection Support 20071221
Add source Generator treelog support 20071218
gwt acegi integration [Less]
Utilize conventions, code generation, templates, and best frameworks to simplify the implementing process of the web application on the Java platform.