public marks

PUBLIC MARKS from jpcaruana with tags java & web

2012

Vert.x- Effortless asynchronous application development for the modern web and enterprise

Effortless asynchronous application development for the modern web and enterprise

2009

2008

gnizr - Google Code

by 2 others (via)
gnizr™ (gə-nīzər) is an open source application for social bookmarking and web mashup. It is easy to use gnizr to create a personalized del.icio.us-like portal for a group of friends and colleagues to store, classify and share information, and to mash-it-up with information about location. It's free.

2007

The Spring series, Part 4: 1-2-3 messaging with Spring JMS

I introduce you to features of the Spring JMS (Java Message Service) framework. JMS defines a standard way for Java applications to create and exchange messages through a Message Oriented Middleware (MOM).

The Spring series, Part 2: When Hibernate meets Spring

Naveen Balani continues his Spring series with a how-to guide to integrating Hibernate transactions with Spring aspect-oriented programming (AOP). The result is a persistence framework you can count on.

The Spring series, Part 1: Introduction to the Spring framework

(via)
Start to build lightweight, robust J2EE applications using Spring technology, with this first installment in a three-part introduction to the Spring framework. Regular developerWorks contributor Naveen Balani launches his three-part Spring series with an introduction to the Spring framework, including Spring aspect-oriented programming (AOP) and the Inversion of Control (IOC) container.

Get a better handle on Struts actions, with Spring

importing Struts applications into the Spring framework. Follow along as George shows you how to revamp Struts actions so they can be managed just like Spring beans. The result is a boosted web framework that easily reaps the benefits of Spring AOP.

MyGWT

MyGWT is an open source Java library for the Google Web Toolkit. The library helps developers easily create compelling desktop like AJAX web applications. No messing around with HTML, CSS, or images, all MyGWT widgets look great out the box. MyGWT is 100% native, using no external JavaScript code or libraries. Taka a look at the Explorer Demo to see MyGWT in action. MyGWT is a sub project of Ext JS and is licensed under the Open Source LGPL 3.0 license.

Geek Speak: The Web Framework Hell

(via)
Today, what does a developer do when they want to start a project from scratch? Do I go with JSF? Ruby on Rails? JRuby? Groovy on Rails? Struts 2? GWT? Flex?

Open Java Console :: Firefox Add-ons

Provides the ability to open the Java Console in Firefox.

gwt-ext - Google Code

by 1 other
GWT-Ext is a library that integrates Ext with GWT.

Home - Sahi - Web Automation and Test Tool

(via)
Sahi is an automation and testing tool for web applications, with the facility to record and playback scripts. Developed in java and javascript, this tool uses simple javascript to execute events on the browser. Features include: * in-browser controls * intelligent recorder * text based scripts * ant support for playback of suites of tests * multi threaded playback * HTTP and HTTPS support * AJAX support Sahi runs as a proxy server and the browser needs to use the sahi server as its proxy. Sahi then injects javascript so that it can access elements in the webpage. This makes the tool independent of the website/ web application. Sahi is a free, open source software released under the Apache License Version 2.0

Simple 3.1.3

by 1 other (via)
The goal of Simple is to bring the power of simplicity to the world of server side Java. The primary focus of the project is to provide a truly embeddable Java based HTTP engine capable of handling enormous loads. It also provides a component based framework for extendability, which is used to facilitate loadable services similar to Java Servlets. Simple has consistently out performed both commercial and open source Java Servlet engines and has a fully comprehensive API that is as usable for experienced Java developers as it is for beginners. Best of all, Simple is completely free, and is released under the terms of the GNU Lesser General Public License, LGPL, which ensures its availability for use by open source and proprietary developers alike.

CruiseControl Home

by 8 others (via)
CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds. CruiseControl is distributed under a BSD-style license and is free for use. CruiseControl adheres to an open source model and therefore makes the source code freely available. CruiseControl is maintained and developed by a group of dedicated volunteers.

SourceForge : Project Home

by 1 other
JasperReports is a powerful open source Java reporting tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files. It is entirely written in Java and can be used in a variety of Java enabled applications, including J2EE or Web applications, to generate dynamic content. Its main purpose is to help creating page oriented, ready to print documents in a simple and flexible manner.

Guimbo Framework

Guimbo est un framework qui permet de développer des applications web en Java. Il s'adresse aux développeurs désireux de rendre leurs applications robustes, maintenables et évolutives.

XSLT transformation from a servlet

The question how to create HTML output to the browser from a Servlet based on XML data often comes up. Here's a fully functional example on how to achieve this using Jakarta Xalan 2 and Xerces 2. The system is quite simple, most of the code is concerned with housekeeping chores rather than the actual HTML generation and output.

XSLT Servlet - A Java Servlet that transforms XML documents

This servlet transforms an XML document using an XSLT stylesheet. Probably there are other Servlet implementations of this kind, but I couldn't find one with the features I need available under an Open Source license, so I wrote this one.

JTrac - open source and customizable issue-tracking in Java

(via)
JTrac is an open source and highly customizable issue-tracking web-application written in Java.

Ruby on Rails and J2EE: Is there room for both?

by 1 other
Ruby on Rails is a relatively new Web application framework built on the Ruby language. It is billed as an alternative to existing enterprise frameworks, and its goal, in a nutshell, is to make your life -- or at least the Web development aspects of it -- easier. In this article, Aaron Rustad compares and contrasts some of the key architectural features of Rails and traditional J2EE frameworks.

Grails - Home

by 4 others (via)
Grails aims to bring the "coding by convention" paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.