TWiki . Javapedia . WebHome (search result)

The Source for Java Technology Collaboration


Search: Ant[^A-Za-z]

Topics in Javapedia web: Changed: now 15:04 Changed by:
AOLIMLibraries %LOCKED% 17 Jul 2004 - 19:39 - r4 Main.sullis
AOLIMLibraries There are several libraries that can be used to connect to AOL's Instant Messenger service using Java. There are two protocols that can be used to connect ...  
ATCT %LOCKED% 19 Jun 2003 - 16:31 - r7 Main.alexkrut
ATCT Serialize Your Thread Asynchronous Transfer of Control Threading (ATCT) is a pure J2SE and J2EE Java framework, aiding the rapid development of software for complex ...  
AboutJavapedia %LOCKED% 01 Dec 2003 - 18:09 - r3 Main.redwolf
AboutJavapedia The goal of the Javapedia Project is to create a complete and accurate online encyclopedia of all things Java. Anyone with a question about Java technology ...  
Ant %LOCKED% 22 Apr 2007 - 18:52 - r19 Main.steve_l
Ant Ant is the de facto standard Java build tool. It was originally created by Duncan Davidson and is now integrated into all JavaIDEs. An external Wiki for Ant is ...  
ApacheMaven %LOCKED% 09 Nov 2007 - 04:47 - r8 Main.sullis
ApacheMaven An open source tool for ContinuousIntegration and project comprehension of many sorts of Java applications hosted at http://maven.apache.org/. If you ...  
Asia %LOCKED% 06 Feb 2004 - 10:49 - r3 Main.ceo
Asia JUGs in Asian countries: Bangladesh Java Users Group http://www.hkjava.com/ Hong Kong Japan Java User Group (Ninjava ...  
AspectOrientedProgramming %LOCKED% 02 Dec 2006 - 22:41 - r14 Main.pascalfares
AspectOrientedProgramming Aspect Oriented programming (AOP) addresses the problem of encapsulating cross cutting concerns, which cut across program modules. In ...  
Assertions %LOCKED% 01 Nov 2003 - 20:02 - NEW Main.redwolf
Assertions Assertions allow a programmer to test their assumptions about a program's behaviour. For example, ensure that the result of some calculation is always ...  
AssertionsAreFreeMisconception %LOCKED% 19 Jun 2003 - 06:09 - r2 Main.leknor
AssertionsAreFreeMisconception Note: The following is based on observations of Java 1.4, it's possible future versions of Java could do other things. ...  
AsynchronousDisplayOfTiledImages %LOCKED% 30 Jan 2007 - 21:09 - NEW Main.rummyr
AsynchronousDisplayOfTiledImages package googleMapTool.utils; import java.awt.Container; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D ...  
BEA %LOCKED% 26 Feb 2005 - 19:00 - r4 Main.sullis
BEA BEA is the world's leading application infrastructure software company. WebLogic Server is the industry leading J2EE application server. BEA WebLogic JRockit ...  
BeautyOfSmallMethods %LOCKED% 21 Aug 2003 - 19:18 - r10 Main.kdenehy
The Beauty Of Small Methods After mild initial scepticism, I have come to appreciate Fowler's style of shorter, simpler methods. On page 235, Martin Fowler (author ...  
Books %LOCKED% 14 Jan 2009 - 18:21 - r17 Main.brendanl79
Books I'll start off by listing a few books I've found to be highly useful. Please add additional categories, books, and comments on books. On line resources ...  
BuildAModuleForNetBeans36 %LOCKED% 29 Jul 2004 - 16:02 - r2 Main.emlope
BuildAModuleForNetBeans36 Topic : External Module creation in NetBeans. One of NetBeansTutorials documents Author : Amey Joshi. Hi, this is Amey Joshi, and today ...  
BuildToolsApps %LOCKED% 29 Oct 2007 - 09:19 - r6 Main.rssh
BuildToolsApps Ant the de facto standard Java build tool ApacheMaven an open source tool for ContinuousIntegration and project comprehension of ...  
CVS %LOCKED% 23 Feb 2005 - 14:50 - r4 Main.sullis
CVS https://www.cvshome.org/ http://javacvs.netbeans.org/ http://www.tortoisecvs.org/ http://www.wincvs.org/ Ant's task Ant's task ...  
CamelCase %LOCKED% 07 Mar 2005 - 09:39 - r2 Main.pholthuizen
CamelCase From WikiPedia: ''CamelCase'' is the practice of writing compound words or phrases where the words are joined without whitespaces, and each word is capitalized ...  
ChainBuilder %LOCKED% 16 Apr 2007 - 22:50 - NEW Main.kpuckett
ChainBuilder ChainBuilder ESB is a Java Business Integration (JBI) compliant solution for use in Service Oriented Architecture (SOA) environments. ChainBuilder ESB ...  
ChangeResolutionSampleProgram %LOCKED% 27 Aug 2009 - 17:02 - NEW Main.captfoss
Change Resolution Sample Program @author captfoss The following JMF utility program from the JMF Quickstart Guide will allow you to change the resolution of ...  
CharPrimitive %LOCKED% 09 Sep 2003 - 03:58 - NEW Main.redwolf
char ( CharPrimitive ) The char primitive represents a 16 bit unsigned integral value. The Character object is a wrapper class for char . All Java characters ...  
ChatApps %LOCKED% 10 Feb 2007 - 00:46 - r10 Main.mattjive
ChatApps Spark IM client is an advanced XMPP/Jabber client, including support for gateways to public IM networks. The Chat Client (KCC) is an advanced IRC ...  
ClassInvariant %LOCKED% 20 Jul 2003 - 19:31 - r2 Main.zander
Class Invariant A class typically has conditions on the values taken by its fields. The class invariant is simply the sum total of these conditions. If the state of ...  
ClassPath %LOCKED% 14 Jan 2009 - 03:24 - r10 Main.yawmark
ClassPath Whenever an SDK tool or Java application refers to a third party or user defined class, the Java runtime environment searches for the class in the class ...  
Classloaders %LOCKED% 28 Jun 2006 - 20:04 - r7 Main.sullis
Classloaders Articles of Java Class Loading Class Loaders Class Loaders: debugging Network Class loaders Class.forName a load of that ...  
CodeAnalysisApps %LOCKED% 06 Feb 2009 - 10:08 - r10 Main.isc
CodeAnalysisApps Applications, which analyze source code and provide some usefull information for developer (manager): from detecting code defects to formal verification ...  
CodingGuidelines %LOCKED% 01 May 2007 - 18:58 - r8 Main.rssh
CodingGuidelines As most of you who have changed code written by others know, it's very important to have some common coding guidelines. This page contains information ...  
Companies %LOCKED% 10 Dec 2009 - 18:07 - r50 Main.tweber
Companies Here's a list of companies that are contributing to Java or have Java related products: Accendia Provides JNetStart, a technology that reinvents ...  
ConsultCommProjectTimekeeper %LOCKED% 25 Aug 2004 - 21:21 - NEW Main.jtellis
ConsultCommProjectTimekeeper ConsultComm is a small, lightweight, platform independant program written in Java that allows anyone managing multiple projects, clients ...  
Consultants %LOCKED% 01 Dec 2009 - 07:33 - r21 Main.lalit_lmc
Consultants By Name m0rph.com Balakris Subramaniam, J2EE Architect (Frameworks, Systems Integration, Application Development Web Services) Epicenter ...  
ContentManagementSystem %LOCKED% 10 Dec 2009 - 17:49 - r25 Main.tweber
ContentManagementSystem Content Management Systems provide a means for creating, organizing and publishing content. There are a wide variety of CMS systems dealing ...  
DatabaseApps %LOCKED% 19 Mar 2007 - 20:31 - r15 Main.markoh
DatabaseApps Hibernate Data Studio A cross platform database tool to administer and query all major relational databases such as Oracle, DB2, SQL Server ...  
DatabaseOrientedTools %LOCKED% 01 Feb 2005 - 01:53 - NEW Main.robogeek
DatabaseOrientedTools Importer The JDBC Importer provides a consistent mechanism of importing data from files into a JDBC compliant database. Currently ...  
DontRepeatTryCatchBlocks %LOCKED% 20 Oct 2003 - 00:24 - r2 Main.johanley
Don't Repeat Try Catch Blocks The DontRepeatYourself principle can be applied in many circumstances. One circumstance which the Java community seems to ignore is that ...  
DrJava %LOCKED% 27 Jul 2003 - 19:57 - NEW Main.csreis
DrJava DrJava is an open source, lightweight programming environment that can easily be pigeon holed as an educational IDE for beginners. It does fill this role ...  
EAR %LOCKED% 04 Jul 2004 - 19:43 - r4 Main.sullis
EAR Enterprise Archive J2EE applications are deployed as EAR files to an application server. The Application Assembler role is responsible for packaging an ...  
Eclipse %LOCKED% 17 Jun 2005 - 04:44 - r12 Main.sullis
Eclipse The Platform is a framework for building integrated development environments (IDE). It was started by OTI (brought into IBM then OpenSourced) and is now ...  
ErikHatcher %LOCKED% 31 Jul 2007 - 11:16 - r3 Main.scolebourne
ErikHatcher Erik Hatcher is the co author of Java Development with Ant and Lucene in Action, a committer on Apache Lucene , Tapestry and Ant , as well as ...  
ExampleApplications %LOCKED% 31 Jul 2007 - 19:24 - r4 Main.scolebourne
Example Applications Here the term "example application" has a very specific meaning. An example application has its primary audience as the programmer reading the ...  
ExcelScriptingArticle %LOCKED% 16 Nov 2004 - 19:12 - NEW Main.tdemuyt
Scripting Excel with JudoScript Before you can start scripting Excel, you need to do some checks : Do you have a judo.jar that is recent ( 14 november 2004 ...  
FileSystems %LOCKED% 31 Jul 2007 - 09:55 - r5 Main.scolebourne
FileSystems File Systems are a device for orginizing Files in Directorys or Folders . java.io.File permits access to any file accessible from your computer ...  
FrameworksAndLibraries %LOCKED% 18 Oct 2009 - 11:42 - r87 Main.tweber
FrameworksAndLibraries Libraries: .useful a library for array search and Swing JTree and tree node operation. PageLayout, a Layout Manager for Java Swing ...  
GameApps %LOCKED% 26 Apr 2008 - 12:57 - r5 Main.javalc6
GameApps CubeTwister : An unofficial companion to the Rubik's Cube MegaMek : An unofficial, online version of the Classic BattleTech board game. ...  
Glossary %LOCKED% 04 Jul 2004 - 15:16 - r26 Main.sullis
Glossary Note: Please keep the terms listed in alphabetical order and the descriptions terse. Tip: When adding entries prefer the form of a word. Tip: It ...  
GraphicsApps %LOCKED% 08 Dec 2007 - 07:39 - r16 Main.kiyut
GraphicsApps LiveSpy is an award winning webcam browser that lets you watch live webcams from around the world. Watch the sun rise over the Alps, set in California ...  
Groovy %LOCKED% 04 Jun 2006 - 15:36 - NEW Main.sullis
Groovy http://groovy.codehaus.org/ http://www.jcp.org/en/jsr/detail?id 241 https://slingshot.dev.java.net/ http://grails.codehaus.org/ ...  
Hibernate %LOCKED% 26 Jul 2006 - 05:22 - r5 Main.sullis
Hibernate Hibernate is a powerful, ultra high performance object/relational persistence and query service for Java. Hibernate lets you develop persistent objects ...  
ImmutableObject %LOCKED% 20 Jul 2004 - 08:16 - r6 Main.hlovatt
Immutable Object Objects have identity (location in memory), state (data), and behavior (methods). Once constructed, an Immutable Object cannot change state. Immutable ...  
Individuals %LOCKED% 22 Apr 2008 - 16:35 - r32 Main.acuzzo
Individuals Here's a list of people associated with Java related technologies: Christian Merenda founder of OOMEGA, a company providing model driven software ...  
InstantMessaging %LOCKED% 19 May 2006 - 14:21 - r3 Main.sullis
InstantMessaging 187: Instant Messaging Open source projects http://www.jivesoftware.org/wildfire/ http://www.jivesoftware.org/spark/ http ...  
IntegrateHSQLDBDatabaseServer %LOCKED% 31 Jul 2004 - 09:53 - NEW Main.jst
How to write a plug in that integrates the HSQLDB database server into the Netbeans Platform Original post of this article is available at http://openide.netbeans ...  
Internationalization %LOCKED% 31 Jul 2007 - 11:39 - r13 Main.scolebourne
Internationalization / Localization Java supports internationalized applications which can be localized to different languages (and sometimes countries, cultures ...  
JAI_SampleCode %LOCKED% 20 Mar 2007 - 13:06 - r2 Main.rummyr
JAI SampleCode Asynchronous Display of Tiled Images This source code demonstrates a swing component that will display a RenderedImage. In contrast to DisplayJAI ...  
JAR %LOCKED% 01 Apr 2005 - 16:34 - r6 Main.sullis
JAR JAR is an acronym for Java Archive. It typically contains Java class files and a manifest which provides meta information. Jar files are the standard way to distribute ...  
JBuilder %LOCKED% 07 Jun 2004 - 16:35 - r8 Main.redwolf
JBuilder Why I love JBuilder: It is fast. It has a lot of refactoring support. It has good source control integration. It has a lot of wizards that ...  
JDBC %LOCKED% 31 Jul 2007 - 11:40 - r27 Main.scolebourne
JDBC Java Database Connectivity is the part of the Java library which allows interaction with relational databases using SQL. Developers can either code directly ...  
JMFQuickstartGuide %LOCKED% 03 Sep 2009 - 14:44 - r5 Main.captfoss
JMF Quickstart Guide Answers to common questions, instructions for common projects, and solutions to common issues that spring up when working with JMF Table ...  
JScienceLibrary %LOCKED% 08 Mar 2006 - 00:24 - r4 Main.dautelle
JScienceLibrary JScience is a comprehensive Java library for the scientific community. It has for vision to create synergy between all sciences (mathematics, physics ...  
Jahia %LOCKED% 16 Apr 2004 - 01:40 - NEW Main.rgoldman
Jahia Jahia (http://www.jahia.org, http://www.jahia.com) is an integrated web content management and portal server; Written completely in the Java programming language ...  
Jalk %LOCKED% 16 Jun 2003 - 18:21 - NEW Main.comforteagle
Jalk Jalk is an instant messenging system for small work groups. Homepage #DiscussArticle Discussion about Jalk  
JavaBeans %LOCKED% 05 Dec 2007 - 00:30 - r12 Main.sullis
JavaBeans A Java technology intended to provide a simple component oriented development model for Java. Official site: http://java.sun.com/products/javabeans/ In a ...  
JavaDesktopEnvironments %LOCKED% 03 Jun 2005 - 21:55 - NEW Main.robogeek
JavaDesktopEnvironments JDistro JDistro is a desktop for the JVM, written in pure java and using the Swing API. It lets you run efficiently many java apps ...  
JavaDoc %LOCKED% 18 Sep 2006 - 19:47 - r16 Main.sullis
JavaDoc Javadoc is the tool from Sun Microsystems for generating API documentation in HTML format from doc comments in source code. The following are all the documents ...  
JavaIDEs %LOCKED% 08 Sep 2005 - 10:25 - r22 Main.pan
JavaIDEs A number of IDEs ( Integrated Development Environments ) are available for programmers creating Java applications. NetBeans (Free) and derivatives ...  
JavaNIOPerformance %LOCKED% 21 Apr 2007 - 10:52 - r7 Main.jacobrhoden
Java NIO Performance By Rhoden This article provides a brief introduction to NIO performance. It is something you should consider if you are writing Java applications ...  
JavaOne %LOCKED% 10 Dec 2006 - 23:20 - r3 Main.sullis
JavaOne JavaOne is an annual conference (since 1996) put on by Sun Microsystems to discuss Java technologies, primarily among Java developers. JavaOne is held at ...  
JavaScripting %LOCKED% 31 Jul 2007 - 19:51 - r16 Main.scolebourne
JavaScripting The static typing and linking and altogether structure of Java is essential for some types of development. On the other hand, sometimes its a hinderance ...  
JavaTimeline %LOCKED% 10 May 2007 - 23:18 - r3 Main.edwardnorton
JavaTimeline This wiki JavaTimeline will build on the existing look at Platform Five Years in review. Please add to this timeline and link to relevant sites. 1995 ...  
JavaWebStart %LOCKED% 23 Apr 2006 - 23:52 - r11 Main.twikiguest
JavaWebStart Takes the convenience of applets (zero installation, web launching) and adds full application capability. Highlights: Always get the most up to date ...  
JavapediaCataloging %LOCKED% 18 Jan 2009 - 05:46 - r9 Main.rsanjay
JavapediaCataloging The initial way to categorize the Javapedia that we came up with are the 4 topics: Technology Practice People, Companies, Organizations ...  
JavapediaGuidelines %LOCKED% 08 Sep 2003 - 19:54 - r8 Main.rgoldman
JavapediaGuidelines Here's where we need to describe what is good style for Javapedia articles. First, keep it short, keep it simple. Here, "simple" does not mean ...  
JavapediaTodo %LOCKED% 19 Nov 2004 - 20:13 - r17 Main.rgoldman
JavapediaTodo Requests to Rename or Delete Javapedia pages, or edit the Home page Initially we are restricting who can rename delete pages and also edit the Javapedia ...  
JavapediaWorkshop %LOCKED% 30 Jun 2004 - 02:58 - r12 Main.rgoldman
JavapediaWorkshop We had a very interesting meeting. Thanks to all who attended. Please see the JavapediaWorkshop2004Notes page for some ideas we discussed. ...  
JavapediaWorkshop2004Notes %LOCKED% 01 Dec 2004 - 02:49 - r3 Main.rickcarson
JavapediaWorkshop2004Notes Below are some ideas people had at our recent Javapedia Workshop and Community Meeting. Please add others to it or help us refine these ...  
LearningManagementSystems %LOCKED% 09 Feb 2007 - 22:24 - NEW Main.wrandelshofer
LearningManagementSystems Learning Management Systems are used to present learning content and may also include tools to create new learning content. TinyLMS: A ...  
LinuxRpm %LOCKED% 06 Sep 2007 - 22:04 - r3 Main.robogeek
LinuxRpm You can package a Java application as a RPM for easy installation on many Linux installations (RedHat, Mandrake, etc.). http://jpackage.org/ attempts to define ...  
LiteWebServer %LOCKED% 12 Jun 2003 - 00:24 - NEW Main.bergsten
LiteWebServer (LWS) from http://www.gefionsoftware.com/ Gefion Software is a small (roughly 1 MB), modular web server and Java web container. It is based on code ...  
Log4J %LOCKED% 31 Jul 2007 - 11:51 - r8 Main.scolebourne
Apache Log4J Log messages can be seen as a kind of executable documentation. They are a very powerful tool for post mortem debugging, especially when combined with ...  
Lucene %LOCKED% 31 Jul 2007 - 11:12 - r4 Main.scolebourne
Apache Lucene Want a Google like embedded engine within your Java application? Look no further! Description: "Lucene is a high performance, full featured text ...  
MRJ %LOCKED% 23 Oct 2003 - 05:26 - NEW Main.redwolf
MRJ Mac OS Runtime for Java MRJ is Apple's implementation of Java on "Classic" Mac OS, which is Mac OS 9.x and earlier. MRJ 2.2.5 only implements JDK 1.1.8 and ...  
MacOSX %LOCKED% 08 Apr 2008 - 09:41 - r20 Main.calpas
MacOSX Mac OS X provides support for J2SE 1.3.1, 1.4.2 and 5.0 based applications and applets. J2SE 1.4.2 is supported on Mac OS X 10.3.1 or higher. Java 1.4.2 Release ...  
MaximumSize %LOCKED% 22 Jun 2003 - 09:48 - NEW Main.zander
MaximumSize Each widget has a MinimumSize and a PreferredSize in Swing each widget also has a Maximum Size. Nowhere in the java documentation has it really ...  
McClanahan %LOCKED% 23 Feb 2005 - 06:13 - r4 Main.sullis
McClanahan Craig McClanahan recently joined Sun Microsystems, Inc. as technical lead on the JavaTM Servlet API and JavaServerPagesTM (JSPTM) specification reference ...  
MiddleWareApps %LOCKED% 24 Jan 2007 - 03:37 - r4 Main.catalinmerfu
MiddleWareApps JNetStart The Web reinvented with Java Swing. The technology is comprised of a server that hosts client applications and a browser that load ...  
Millstone %LOCKED% 16 Nov 2003 - 08:04 - NEW Main.jole
Millstone Millstone is a user interface library for development of networked Java applications. It provides a terminal independent component model that can be adapted ...  
NMS %LOCKED% 10 Apr 2008 - 12:33 - r3 Main.shagil_t
NMS NMS stands for Network Management System. NMS provides five capabilities namely Fault, Configuration, Accounting, Performance and Security generally termed ...  
NetBeans %LOCKED% 06 Nov 2006 - 11:55 - r10 Main.mpetras
NetBeans An open source Java IDE hosted at http://www.netbeans.org/ and sponsored by Sun Microsystems. The most recent stable release is 5.5. Important features include ...  
NetBeansPlatform %LOCKED% 11 Oct 2004 - 17:15 - r7 Main.jst
NetBeansPlatform NetBeans platform is a general purpose framework for developing rich client desktop applications. See http://www.netbeans.org/products/platform ...  
NeutralPointOfView %LOCKED% 09 Jun 2003 - 03:43 - NEW TWikiGuest
NeutralPointOfView An encyclopedia article works best when it has a Neutral Point of View (NPOV). Even technical topics enjoy debate, but articles in the Javapedia ...  
OfficeandBusinessApps %LOCKED% 12 Feb 2007 - 08:38 - r12 Main.yguy
OfficeandBusinessApps The Open For Business Project Business Process Management a workflow engine Reports is a powerful open source Java reporting ...  
OutOfTheBox %LOCKED% 11 Jun 2003 - 00:15 - NEW Main.rodcope
OutOfTheBox Solutions, Inc. is proud to announce the immediate availability of 2.0, an intelligent distribution of over 100 Open Source projects for Java developers ...  
Patterns %LOCKED% 05 Apr 2005 - 20:27 - r32 Main.sullis
Patterns Pattern: a plan or model used as a guide for making things Patterns and Pattern Languages can be thought of as ways to describe best practices, good designs ...  
PossibleArticles %LOCKED% 31 Jul 2007 - 20:08 - r10 Main.scolebourne
PossibleArticles Here are some topics people have suggested for Javapedia articles: single page entries on info that people working with Java need to know or ...  
PrivateMembersLast %LOCKED% 21 Jun 2003 - 01:19 - NEW Main.johanley
Placement Of Private Fields Should private members appear at the top of a class or at the bottom? The case for the top: seems to be most common, so one might ...  
ProjectManagementApps %LOCKED% 16 Jan 2009 - 13:12 - r3 Main.ppolsinelli
ProjectManagementApps Teamwork is a project and work management software built in Java on Hibernate, JBPM and Lucene, covering a wide spectrum of applications ...  
ProxyPattern %LOCKED% 09 Apr 2005 - 17:04 - r3 Main.michael_n
ProxyPattern The Proxy pattern is one of the most interesting and most used DesignPatterns. The target of this pattern is to define the proxy object, that act between ...  
RAIDb %LOCKED% 16 Nov 2004 - 02:06 - NEW Main.sullis
RAIDb Redundant Array of Inexpensive Databases http://c jdbc.objectweb.org/current/doc/userGuide/html/ar01s08.html See also JDBC #DiscussArticle ...  
RIACompetitiveAnalysis %LOCKED% 08 Apr 2008 - 20:16 - r2 Main.robogeek
RIACompetitiveAnalysis Looking at the RIA capabilities of other platforms Representative RIA Application types Forward port of existing web application : Multiparty ...  
Refactoring %LOCKED% 09 Oct 2006 - 19:21 - r14 Main.pth81
Refactoring The process of rearranging source code into a new form that functions (more or less) the same but may be more readable, more modular, more reliable, etc ...  
Reporting %LOCKED% 18 Feb 2007 - 14:51 - r8 Main.sullis
Reporting Open source projects http://jasperreports.sourceforge.net/ http://www.eclipse.org/birt/ http://datavision.sourceforge.net/ http:/ ...  
SandBox %LOCKED% 06 Jul 2007 - 16:47 - r5 Main.micheldenys
SandBox Unsigned Java applets are run in a sandbox environment, where applets are restricted in the operations they can perform. For example, the sandbox prevents ...  
ScienceApps %LOCKED% 26 Apr 2008 - 13:02 - r7 Main.javalc6
ScienceApps JChemPaint KRA00 is an editor for 2D molecular structures. is intended to be complementary to http://jmol.sourceforge.net/ Jmol, a visualisation ...  
Scriptella %LOCKED% 17 May 2007 - 07:48 - r2 Main.ejboy
Scriptella Scriptella is an open source Apache licensed ETL (Extract Transform Load) and script execution tool written in Java . Its primary focus is simplicity ...  
SeanSullivan %LOCKED% 31 Jul 2007 - 22:44 - r12 Main.scolebourne
SeanSullivan Sean Sullivan started programming in Java in March 1996. Sean has contributed to these open source projects: http://www.sync4j.org/ founder ...  
ServiceComponentArchitecture %LOCKED% 16 Feb 2007 - 15:10 - r3 Main.sullis
ServiceComponentArchitecture http://www.davidchappell.com/blog/2007 01 01 weblog.html What's really important about SCA Component Architecture Introduction ...  
SharedPage %LOCKED% 21 Mar 2005 - 10:16 - NEW Main.c_armstrong
SharedPage #DiscussArticle Discussion about SharedPage Shared Page is a UK based company that currently has one (free) product a Multitaneous Editor. The ...  
Simplicis %LOCKED% 18 Jul 2004 - 02:57 - NEW Main.nspollution
Simplicis Simplicis (http://www.valtira.com/page/simplicis.jsp) is an inexpensive content management solution deployed as a J2EE web application against any database ...  
Struts %LOCKED% 31 Jul 2007 - 11:52 - r16 Main.scolebourne
Apache Struts Struts is an MVC (Model View Controller) framework for building web applications. It was created by Craig McClanahan and is supported by many JavaIDEs ...  
Subversion %LOCKED% 19 Nov 2006 - 19:51 - r8 Main.sullis
Subversion http://subversion.tigris.org/ http://subclipse.tigris.org/ http://ant.apache.org/antlibs/svn/index.html http://subclipse.tigris.org ...  
SynchronizationIsSlowMisconception %LOCKED% 27 Aug 2003 - 03:37 - r7 Main.redwolf
SynchronizationIsSlowMisconception Introduction It has been repeated that synchronization is slow many times to the point that many people will go to great lengths ...  
Telecom %LOCKED% 13 Aug 2003 - 12:59 - r3 Main.david_kennedy
Telecom A place where a lot of people lost a lot of money. Hey, some of us lost our jobs there too! Less flippantly, one of the most important industries driving server ...  
TestCodeCoverageApps %LOCKED% 20 Sep 2007 - 23:37 - NEW Main.robogeek
TestCodeCoverageApps Quilt is a Java software development tool that measures coverage , the extent to which unit testing exercises the software under test. It is ...  
TestingDatabases %LOCKED% 09 Apr 2008 - 18:56 - NEW Main.robogeek
Testing Databases DbUnit is a JUnit extension (also usable with Ant) targeted for database driven projects that, among other things, puts your database into a known ...  
TestingGUIApplications %LOCKED% 10 Sep 2007 - 14:12 - r16 Main.twalljava
TestingGUIApplications By "GUI Applications" I mean ones where Java draws the GUI (e.g. with Swing or SWT or other technologies), not ones where the application ...  
UnnsseKhan %LOCKED% 15 Dec 2005 - 12:59 - NEW Main.untz
UnnsseKhan Unnsse Khan is a freelance consultant / software developer specializing in Java / J2EE and XML based technologies. He is a big fan of Agile Processes ...  
VirtualDirectory %LOCKED% 18 Mar 2005 - 12:21 - NEW Main.jimyang
VirtualDirectory Virtual directory technology offers a way to provide that consolidated view of user identity without having to reconstruct an entire directory infrastructure ...  
WAR %LOCKED% 04 Jul 2004 - 03:08 - r2 Main.sullis
WAR Web ARchive Also See Application Archives Creating a Simple Web ARchive (WAR) File (June 2002) war task EAR JAR #DiscussArticle ...  
WebDevelopmentFrameworks %LOCKED% 18 Oct 2009 - 11:54 - r6 Main.tweber
WebDevelopmentFrameworks MVC Frameworks Struts an open source MVC framework for building web applications. http://www.salmonllc.com/Jsp/vanity ...  
WebHome %LOCKED% 01 Jul 2005 - 22:29 - r34 Main.rgoldman
WebHome Javapedia Main Page Click here to CreateANewPage. Welcome to the Javapedia project. We are working to create an online encyclopedia of all the things that ...  
WebNotify %LOCKED% 04 Jun 2006 - 13:22 - r6 Main.mallim
This is a subscription service to be automatically notified by e mail when topics change in this Javapedia web. This is a convenient service, so you do not have ...  
WebPreferences %LOCKED% 19 Nov 2004 - 20:22 - r9 Main.rgoldman
TWiki.Javapedia Web Preferences The following settings are web preferences of the TWiki.Javapedia web. These preferences overwrite the site level preferences ...  
WebSites %LOCKED% 02 Mar 2009 - 19:15 - r35 Main.martinig
WebSites Here's a list of websites that focus on Java and related technologies: 3java.net A comprehensive directory of Java(tm) open source software, as well ...  
WebSphere %LOCKED% 01 Aug 2005 - 06:42 - r3 Main.bnewport
WebSphere This is intended to be the root topic for a WebSphere wiki. This would allow WebSphere users to post information regarding using the product online. This ...  
WebSphereHighAvailabilityManagerFailureDetector %LOCKED% 21 Jan 2005 - 16:51 - NEW Main.bnewport
WebSphereHighAvailabilityManagerFailureDetector The failure detector uses two detectors for now. The first is an active heart beating approach. Members ping each ...  
WebStatistics %LOCKED% 21 Aug 2009 - 07:00 - r1610 TWikiAdminGroup
Statistics for Javapedia Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...  
WritingArticles %LOCKED% 25 Jun 2003 - 05:54 - r4 Main.leknor
WritingArticles need to fill in following information: Guidelines for organizing articles: JavapediaGuidelines Write articles in a factual manner using a ...  
XForms %LOCKED% 13 Apr 2006 - 01:36 - r2 Main.gymeng
XForms: Order Form ...  
XMPP %LOCKED% 11 Dec 2006 - 05:50 - r4 Main.sullis
XMPP XMPP Extensible Messaging and Presence Protocol XMPP is an XML based protocol for instant messaging applications. http://www.xmpp.org/ Open source projects ...  
Xerces2 %LOCKED% 03 Sep 2003 - 17:42 - NEW Main.comforteagle
Xerces2 Xerces2 Xerces2 is the next generation Apache Xerces J XML parser. This version of Xerces J defines the Xerces Native Interface (XNI), and provides a ...  
XmlBlaster %LOCKED% 03 Sep 2003 - 17:28 - NEW Main.comforteagle
XmlBlaster xmlBlaster XmlBlaster is XML based MOM (Message oriented Middleware) with a lot of features. It is a publish/subscribe and point to point MOM server ...  
Zip %LOCKED% 31 Jul 2007 - 18:42 - r7 Main.scolebourne
Zip java.util.zip Open source libraries and tools zip task unzip task http://commons.apache.org/sandbox/compress/ Apache Commons Compress ...  

Number of topics: 130

Topic WebHome . { }
 XML java.net RSS