joelcarranza + java 68
codahale/metrics - GitHub
september 2011 by joelcarranza
Capturing JVM- and application-level metrics. So you know what's going on.
java
gatekeeper
september 2011 by joelcarranza
JExplorer — TeamDev Ltd.
may 2011 by joelcarranza
JExplorer provides a convenient Java API for integrating Microsoft Internet Explorer into Java applications as a Java Swing UI component in headless mode, so you can embed it into the UI to manipulate programmatically without specific knowledge of COM or the Microsoft Internet Explorer API.
gatekeeper
java
may 2011 by joelcarranza
Cloudhopper : RXTX
april 2011 by joelcarranza
RXTX binary distribution for 64-bit windows
java
lib
gatekeeper
windows
april 2011 by joelcarranza
sqlite4java - Minimalistic high-performance Java wrapper for SQLite - Google Project Hosting
april 2011 by joelcarranza
sqlite4java is a minimalistic Java wrapper for SQLite. SQLite is a free, compact, robust, embeddable SQL database engine. sqlite4java is built with the purpose to provide high-performance, low-garbage interface to SQLite for desktop Java applications.
sqlite4java is not a JDBC driver. Access to the database is made through the custom interfaces of com.almworks.sqlite4java package. Tighter integration with SQLite offers better performance and features not available through JDBC interfaces.
sqlite
lib
java
sqlite4java is not a JDBC driver. Access to the database is made through the custom interfaces of com.almworks.sqlite4java package. Tighter integration with SQLite offers better performance and features not available through JDBC interfaces.
april 2011 by joelcarranza
Java[tm] Technology Products Download
february 2011 by joelcarranza
Download pages for older releases of JREs and JDKs.
java
february 2011 by joelcarranza
When Runtime.exec() won't - JavaWorld
february 2011 by joelcarranza
As part of the Java language, the java.lang package is implicitly imported into every Java program. This package's pitfalls surface often, affecting most programmers. This month, I'll discuss the traps lurking in the Runtime.exec() method.
java
gatekeeper
february 2011 by joelcarranza
Java theory and practice: Dealing with InterruptedException
february 2011 by joelcarranza
Many Java™ language methods, such as Thread.sleep() and Object.wait(), throw InterruptedException. You can't ignore it because it's a checked exception, but what should you do with it? In this month's Java theory and practice, concurrency expert Brian Goetz explains what InterruptedException means, why it is thrown, and what you should do when you catch one.
java
gatekeeper
february 2011 by joelcarranza
The Java Specialists' Newsletter
july 2010 by joelcarranza
lots of in-depth info on developing in java
java
july 2010 by joelcarranza
workspacemechanic - Project Hosting on Google Code
may 2010 by joelcarranza
The Workspace Mechanic automates maintenance of your Eclipse environment by tweaking preferences, adding extension locations, and so on. You can use it to create a consistent environment among groups as large as the entire company, your local team, or even among your own many workspaces. Saves time setting up new workspaces.
Create tasks that ensure your favorite new preferences are applied to all your current and future workspaces. (This is one of our favorite features!)
eclipse
software
java
development
Create tasks that ensure your favorite new preferences are applied to all your current and future workspaces. (This is one of our favorite features!)
may 2010 by joelcarranza
JAXB Guide
april 2010 by joelcarranza
Howto guide for read, modify and write XML documents with JAXB 2.1 or 2.2
java
xml
gatekeeper
april 2010 by joelcarranza
20 Tips for Using Tomcat in Production
january 2010 by joelcarranza
helpful hints for running Tomcat in a production environment:
tomcat
java
development
gatekeeper
january 2010 by joelcarranza
Maven: The Definitive Guide
october 2009 by joelcarranza
complete online book for development with maven
maven
java
gatekeeper
gatekeeper-daily
october 2009 by joelcarranza
Get the most out of Maven 2 site generation
october 2009 by joelcarranza
Excellent guide for building up useful project sites by adding the relevant information to your pom file.
java
maven
gatekeeper
october 2009 by joelcarranza
Ragel State Machine Compiler
july 2009 by joelcarranza
compiles executable finite state machines from regular languages. Ragel targets C, C++, Objective-C, D, Java and Ruby. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax. Ragel provides a very flexible interface to the host language that attempts to place minimal restrictions on how the generated code is integrated into the application. The generated code has no dependencies.
java
parser
july 2009 by joelcarranza
JAMon
april 2009 by joelcarranza
Java API that allows developers to easily monitor production applications. aggregate performance statistics such as hits, execution times (total, average, minimum, maximum, standard deviation), as well as concurrency information such as simultaneous application requests. Useful for web monitoring but also for general runtime statistics as well
java
gatekeeper
lib
april 2009 by joelcarranza
GeoWebCache
april 2009 by joelcarranza
WMS tiles cacheimplemented in Java
wms
java
mapping
gatekeeper
april 2009 by joelcarranza
Bug Labs: Products
december 2008 by joelcarranza
BUG is a collection of easy-to-use electronic modules that snap together to build any gadget you can imagine. Each BUGmodule represents a specific gadget function (ex: a camera, a keyboard, a video output, etc.). You decide which functions to include and BUG takes care of the rest, letting you try out different combinations quickly and easily. With BUG and the integrated programming environment/online community (BUGnet), anyone can build, program and share innovative devices and applications. We don’t define the final products – you do.
Java powered
java
Java powered
december 2008 by joelcarranza
MiG Layout Java Layout Manager for Swing and SWT
december 2008 by joelcarranza
MiGLayout can produce flowing, grid based, absolute (with links), grouped and docking layouts. MiGLayout is created to be to manually coded layouts what Matisse/GroupLayout is to IDE supported visual layouts.
gatekeeper
java
swing
layout-manager
license:bsd
december 2008 by joelcarranza
GeoServer
november 2008 by joelcarranza
GeoServer is a open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. Supports export with KML
java
gatekeeper
gis
november 2008 by joelcarranza
Hessian Binary Web Service Protocol
december 2007 by joelcarranza
Binary web service protocol for transmitting data structures
gatekeeper
java
december 2007 by joelcarranza
Design Grid Layout Home Page
december 2007 by joelcarranza
DesignGridLayout is a LayoutManager inspired by the use of canonical grids for user interface design. DesignGridLayout works with JDK 1.5 and later.
gatekeeper
java
swing
layout-manager
gui
design
programming
development
december 2007 by joelcarranza
Java Static Analysis made easy with Apache Maven 2
december 2007 by joelcarranza
List of currently available tools for static code analysis in Java along with notes on how they integrate with the major IDEs
gatekeeper
development
java
maven
december 2007 by joelcarranza
Apache JMeter
october 2006 by joelcarranza
Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
gatekeeper
java
testing
performance
apache
tools
october 2006 by joelcarranza
The JUMP Project
august 2006 by joelcarranza
Java vector GIS viewer, reads out of PostGIS, WMS, and Others. Open Source
gatekeeper
java
gis
opensource
software
mapping
gps
august 2006 by joelcarranza
prefuse | interactive information visualization toolkit
june 2006 by joelcarranza
Prefuse supports a rich set of features for data modeling, visualization, and interaction. It provides optimized data structures for tables, graphs, and trees, a host of layout and visual encoding techniques, and support for animation, dynamic queries...
visualization
java
lib
june 2006 by joelcarranza
openide: netbeans.org : openide : propertysheet : new design
may 2006 by joelcarranza
Netbeans property sheet design docs
gatekeeper
propertysheet
design
java
may 2006 by joelcarranza
HSQLDB
may 2006 by joelcarranza
SQL capabilities
gatekeeper
java
sql
opensource
programming
database
software
may 2006 by joelcarranza
EMMA - Code Coverage Tool
march 2006 by joelcarranza
EMMA is an open-source toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after a unique feature combination: support for large-scale enterprise software development while keeping individual developer's work fast and iterative. Every developer on your team can now get code coverage for free and they can get it fast!
gatekeeper
java
programming
testing
development
march 2006 by joelcarranza
Processing 1.0 (BETA)
march 2006 by joelcarranza
Open source language for prototyping java graphics programs. Ought to be fun to try out
graphics
java
design
art
march 2006 by joelcarranza
Debugging Applets when running within browser
september 2005 by joelcarranza
Setting up an applet JVM for remote debugging
gatekeeper
java
september 2005 by joelcarranza
Kirill Grouchnikov's Blog: How to create your own icons
september 2005 by joelcarranza
Almost every application with GUI needs icons. And they better be sexy. And stylish. And consistent. And small. Here are few tips for programatically creating icons using Java 2D features
gatekeeper
icons
java
swing
design
programming
gui
september 2005 by joelcarranza
winlaf: Home
september 2005 by joelcarranza
provides a common place for Swing developers to track inconsistencies in the Windows Look and Feel. Implements a supplamentary Windows Look & Feel that addresses a number of issues
gatekeeper
java
swing
gui
windows
programming
ui
lib
september 2005 by joelcarranza
How do I test whether Java is working on my computer?
september 2005 by joelcarranza
Page with sample applet which determines if java plugin is properly installed
gatekeeper
java
applet
september 2005 by joelcarranza
JCCKit
september 2005 by joelcarranza
The JCCKit is a small (< 100Kb) library and a very flexible framework for creating scientific charts and plots.JCCKit is written for the JDK™ 1.1.8 platform (except of a Graphics2D renderer).
gatekeeper
java
chart
visualization
graph
lib
september 2005 by joelcarranza
TableLayout
september 2005 by joelcarranza
totally free layout manager based around row/column concept
gatekeeper
java
swing
gui
programming
layout-manager
september 2005 by joelcarranza
related tags
ant ⊕ apache ⊕ applet ⊕ art ⊕ blog ⊕ bugs ⊕ build ⊕ chart ⊕ database ⊕ design ⊕ development ⊕ documentation ⊕ eclipse ⊕ faq ⊕ gatekeeper ⊕ gatekeeper-daily ⊕ gis ⊕ gps ⊕ graph ⊕ graphics ⊕ gui ⊕ icons ⊕ java ⊖ jdbc ⊕ layout-manager ⊕ ldap ⊕ lib ⊕ license:bsd ⊕ manual ⊕ mapping ⊕ maven ⊕ microsoft ⊕ opensource ⊕ oracle ⊕ parser ⊕ performance ⊕ physics ⊕ programming ⊕ propertysheet ⊕ reference ⊕ service ⊕ software ⊕ spring ⊕ sql ⊕ sqlite ⊕ svg ⊕ swing ⊕ testing ⊕ threads ⊕ tomcat ⊕ tools ⊕ tutorial ⊕ ui ⊕ visualization ⊕ windows ⊕ wmf ⊕ wms ⊕ xml ⊕Copy this bookmark: