public marks

PUBLIC MARKS from Regis with tag java

January 2007

Smack API

(via)
Ajava API to use XMMP-jabber

Chart2D

Charting java library

December 2006

PMD

by 4 others
PMD scans Java source code and looks for code smells.

Maven2 assembly

(via)
How to use maven-assembly-plugin to create an EAR from various modules.

November 2006

Mylar Eclipse plugin

by 4 others (via)
It makes tasks a first class part of Eclipse, and integrates task repositories such as Bugzilla, Trac, and JIRA. Once your tasks are integrated, Mylar monitors your work activity to identify information relevant to the task-at-hand.

InfoQ: Tracking change and innovation in the enterprise software development community

by 11 others (via)
A selection of articles in the entreprise software factory. Reminds of TheServerSide in the early days.

Threads et performance avec Swing

(via)
Un tutoriel simple sur la gestion des thread avec Swing.

October 2006

WebOnSwing

(via)
Multi environment application framework. You develop applications à la Swing, and they are web apps! Looks like Google Web Toolkit.

Keep Your Maven Projects Portable Throughout the Build Cycle

(via)
How portable is your Java project? How many modifications must be made to a build environment in order to produce a successful artifact? Determine your project's portability and learn how Maven can improve it.

Web Swinging

by 1 other (via)
Data is everywhere. It is on your computer, on the internet, squirreled away on some corporate server. We have telephone records, class schedules, blogs, personal websites, and our personal favorite websites. There're Flickr, MySpace, and online genealogical tools. This article introduces simple techniques and APIs available in the SwingX-WS project to help you write rich client applications in Java that take advantage of all these data sources for creating Swing mashups, or Smashups.

Proximity

by 1 other
Java web application to serve as maven proxy on company's intranet.

JFunc: JUnit Functional Testing Extension

by 2 others (via)
Functional testing, or integration testing, is testing concerned with the entire system, not just small pieces (or units) of code. For those interesting in unit testing, JUnit is currently the premiere unit testing framework for Java software.

September 2006

Open Source J2EE Portal Framework

(via)
jPorta is a fully functional portal engine built on top of the Jeenius Framework (http://jeenius.sourceforge.net). It works with any 2.3 compilant servlet engine and comes with a number of useful gadgets.

Sun Java System Portal Server

(via)
Sun Java System Portal Server is part of the Solaris Enterprise System. You can download it now and use this sophisticated infrastructure software at no cost. And, once you need assurance and support, Sun offers licensing and support plans for purchase.

regain search engine

(via)
regain is a search engine similar to web search engines like Google, with the difference that you don't search the web, but your own files and documents. Using regain you can search through large portions of data (several gigabytes!) in split seconds!

JUnitScenario - Simulating application usage

(via)
JUnitScenario is tool to simulate real life usage of applications. It allows you to describe scenarios that are composed of unit tests calls and simulate several users following those scenarios.

Tacos

by 3 others (via)
The Tacos library project provides components and ajax behaviour for the Tapestry java web application framework. Most of the functionality is based on the exceptional dojo javascript library. Thanks dojo!

Google Web Toolkit - Build AJAX apps in the Java language

by 56 others (via)
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.