TWiki . Javapedia . WebHome (search result)

The Source for Java Technology Collaboration


Search: Books[^A-Za-z]

Topics in Javapedia web: Changed: now 11:02 Changed by:
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 ...  
Applet %LOCKED% 07 Aug 2005 - 15:59 - r2 Main.roppo
Applet "Applet" means "small application." It is usually used on web pages. J2SE API http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletContext.html ...  
Applications %LOCKED% 03 Jan 2009 - 03:00 - r58 Main.xamjadmin
Applications This page is for GUI applications written in Java. Related pages are: FrameworksAndLibraries for programming libraries MiddleWareApps ...  
Array %LOCKED% 19 Jun 2005 - 05:36 - r2 Main.sullis
Array J2SE java.lang.reflect.Array Articles tutorial http://www 106.ibm.com/developerworks/java/library/j arrays/ #DiscussArticle Discussion ...  
BLOB %LOCKED% 09 Jan 2005 - 22:14 - r4 Main.sullis
BLOB BLOB Binary Large Object http://java.sun.com/docs/books/tutorial/jdbc/jdbc2dot0/sql3.html JDBC Blob programming org.springframework.jdbc.support ...  
Bluetooth %LOCKED% 12 Nov 2007 - 11:19 - r3 Main.sos100
Bluetooth Specifications JSR 82 http://www.bluetooth.com/Bluetooth/Learn/Technology/Specifications/ Articles and books APIs for Bluetooth Wireless ...  
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 ...  
BruceEckel %LOCKED% 21 Jun 2003 - 04:47 - r5 Main.little_endian
BruceEckel Bruce Eckel is the author of several books such as "Thinking in Java". He has been making electronic copies of his book available for free for the last ...  
BugPattern %LOCKED% 17 Oct 2003 - 07:13 - r3 Main.redwolf
BugPattern Introduction A BugPattern shows common mistakes at the application level. A very fine collection can be found in Eric Allens column Diagnostic Java ...  
Collections %LOCKED% 20 Nov 2007 - 01:17 - r5 Main.sullis
Collections J2SE Collections Collections Framework Tutorial Javadocs http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html java ...  
CraigMcClanahan %LOCKED% 31 Jul 2007 - 18:27 - r2 Main.scolebourne
CraigMcClanahan Craig McClanahan is a Senior Staff Engineer at Sun Microsystems, the architect of the newly released Sun Java Studio Creator developer tool (formerly ...  
DataAccessObject %LOCKED% 17 Sep 2007 - 20:59 - r17 Main.sullis
DataAccessObject The Data Access Object design pattern http://java.sun.com/blueprints/patterns/DAO.html http://java.sun.com/blueprints/corej2eepatterns ...  
DefaultVersusNoArgumentConstructor %LOCKED% 27 Aug 2003 - 17:59 - r3 Main.redwolf
Default Versus No Argument Constructors Java makes a distinction between these two, which is often ignored. A no argument constructor is simply a constructor which ...  
DesignPattern %LOCKED% 08 Sep 2003 - 20:01 - r3 Main.rgoldman
DesignPattern In software development, a design pattern is a written document that describes a general solution to a design problem that recurs repeatedly in many ...  
EJB %LOCKED% 07 Feb 2008 - 21:07 - r12 Main.james_sutherland
EJB Enterprise JavaBeans See the entry http://java.sun.com/products/ejb JSR 220 EJB 3.0 Articles (Jun 2006) the EJB APIs (Jul 2003) ...  
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 ...  
EnterpriseServiceBus %LOCKED% 31 Mar 2007 - 23:32 - r8 Main.sullis
EnterpriseServiceBus Open source projects http://mule.mulesource.org/ http://servicemix.org/ https://open esb.dev.java.net/ http://sourceforge ...  
EnumeratedTypes %LOCKED% 11 May 2005 - 23:54 - r2 Main.sullis
EnumeratedTypes Enumerated types in J2SE 5.0 http://www 106.ibm.com/developerworks/java/library/j enums.html Getting started with enumerated types ...  
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 ...  
Exception %LOCKED% 31 Jul 2007 - 17:53 - r10 Main.scolebourne
Exception Exceptions are used by Java applications to handle conditions that disrupt the normal flow of execution. Typically, exceptions are used to indicate error ...  
Generics %LOCKED% 19 Jun 2005 - 05:39 - r3 Main.sullis
Generics in J2SE 5.0 and Programming Generics in J2SE 5.0 tutorial gotchas discussion forum generic types and methods #DiscussArticle ...  
Icons %LOCKED% 09 Jun 2006 - 00:30 - NEW Main.sullis
Icons to use icons in Swing java.awt.TrayIcon http://tango project.org/ #DiscussArticle Discussion about Icons  
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 ...  
Inheritance %LOCKED% 19 Jun 2005 - 05:38 - NEW Main.sullis
Inheritance tutorial: Inheritance #DiscussArticle Discussion about Inheritance  
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 ...  
Interface %LOCKED% 09 Apr 2006 - 11:03 - r2 Main.sullis
Interface is an interface? and using interfaces Gamma discusses interfaces interface See also Method Class #DiscussArticle ...  
Interviews %LOCKED% 03 Mar 2009 - 02:29 - r7 Main.pillarofeden
Interviews Ultimate Guide to Programming Interviews to interview a programmer http://www.techinterview.org/ Neward's sample programmer quiz ...  
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 ...  
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 ...  
JDO %LOCKED% 21 Oct 2006 - 21:47 - r9 Main.sullis
JDO Java Data Objects See JDO page or visit the Central community. Specifications JDO 1.0 JDO 2.0 http://www.jcp.org/en/jsr/detail?id 243 JSR 243 ...  
JLS %LOCKED% 11 Apr 2006 - 16:48 - r2 Main.redwolf
JLS Java Language Specification The JLS is the definitive reference for the definition of the Java programming language. You can view the online version of the ...  
JMF %LOCKED% 26 Aug 2009 - 18:11 - r6 Main.captfoss
JMF Java Media Framework JMF enables audio, video and other time based media to be added to Java applications and applets. Sun JMF web site JMF Quickstart ...  
JMX %LOCKED% 09 Apr 2007 - 15:06 - r11 Main.rzorzorzo
JMX Java Management Extensions JMX provides the technology for managing and monitoring Java applications, devices and service driven networks. JMX API ...  
JNDI %LOCKED% 17 Feb 2007 - 17:53 - r8 Main.7volk
JNDI Java Naming and Directory Interface JNDI enables seamless connectivity to heterogeneous enterprise naming and directory services. forum API Tutorial ...  
JNI %LOCKED% 18 Feb 2005 - 20:58 - r5 Main.sullis
JNI Java Native Interface JNI allows Java code to call applications written in other languages such as C , C and assembler. Also See of the JNI Tutorial ...  
JNLP %LOCKED% 23 Oct 2003 - 05:50 - r7 Main.redwolf
JNLP Java Network Launching Protocol JavaWebStart is the Sun reference implementation of JNLP. Often they are considered one and the same, but they are not. Here ...  
JPA %LOCKED% 07 Feb 2008 - 21:03 - r8 Main.james_sutherland
JPA Java Persistence API package FAQ Articles Persistence API A Simpler Programming Model for Entity Persistence (May 2006) Java Persistence ...  
Java2D %LOCKED% 10 Apr 2005 - 18:53 - r3 Main.sullis
Java2D Tutorials Java2D tutorial Discussion forums http://archives.java.sun.com/java2d interest.html java2d interest See also Java3D #DiscussArticle ...  
Java3D %LOCKED% 17 Jun 2005 - 04:46 - r3 Main.sullis
Java3D The Java 3D API provides a set of object oriented interfaces that support a simple, high level programming model you can use to build, render, and control ...  
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 ...  
JavaIdentifier %LOCKED% 26 Oct 2003 - 00:08 - NEW Main.redwolf
JavaIdentifier An identifier in the Java programming language is a word used to name variables, methods, classes or labels. An identifier must begin with a letter ...  
JavaKeywords %LOCKED% 02 Mar 2005 - 11:23 - r4 Main.pholthuizen
JavaKeywords Overview The Java programming language defines the following keywords and reserved words which cannot be used as identifiers: abstract assert ...  
JavaLanguageSpecification %LOCKED% 24 Jul 2003 - 14:35 - r3 Main.johanley
Java Language Specification The Java Language Specification is the formal document defining the structure of the Java programming language. It "attempts a complete ...  
JavaSpaces %LOCKED% 18 Apr 2005 - 03:22 - r2 Main.sullis
JavaSpaces mailing list book http://sourceforge.net/projects/blitzjavaspaces/ #DiscussArticle Discussion about JavaSpaces  
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 ...  
JoshuaBloch %LOCKED% 27 Nov 2006 - 15:36 - r2 Main.sullis
JoshuaBloch http://www.infoq.com/presentations/effective api design http://www.infoq.com/interviews/joshua bloch http://java.sun.com/features/2003 ...  
Jython %LOCKED% 19 Sep 2008 - 04:28 - r5 Main.edtaekema
Jython is an implementation of the high level, dynamic, object oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform ...  
LayoutManager %LOCKED% 26 Jul 2007 - 14:41 - r10 Main.smoorfoo
LayoutManager Any user interface is built up of various Widgets which are positioned next to each other to present a complete interface. Placing these widgets ...  
Logging %LOCKED% 21 Aug 2007 - 15:18 - r7 Main.sullis
Logging Logging libraries Log4J Popular open source logging framework Java SE logging The logging framework of Java SE, available from v1.4 Commons ...  
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 ...  
NIO %LOCKED% 10 Aug 2004 - 03:27 - r2 Main.sullis
NIO New I/O NIO introduced in J2SE 1.4 provide new features and improved performance in the areas of buffer management, scalable network and file I/O, character ...  
NakedObjects %LOCKED% 05 Mar 2005 - 19:21 - NEW Main.sullis
NakedObjects http://www.nakedobjects.org/ http://c2.com/cgi/wiki?NakedObjects Articles Case for Naked Objects to Naked Objects http: ...  
NativeMethods %LOCKED% 26 Feb 2005 - 19:25 - NEW Main.sullis
NativeMethods Articles a Java program with native methods native methods native methods to expand the Java environment See also JNI ...  
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 ...  
NetworkProgramming %LOCKED% 31 Oct 2004 - 11:37 - NEW Main.virtualflavius
NetworkProgramming Summary This page is dedicated to Java Network Programming, the related APIs, online resources, tools and tutorials. Links http://java ...  
PDF %LOCKED% 16 Dec 2007 - 03:16 - r24 Main.sullis
PDF Portable Document Format PDF specification http://en.wikipedia.org/wiki/Portable Document Format Articles HTML content to PDF ...  
Package %LOCKED% 11 May 2005 - 19:13 - NEW Main.sullis
Package Articles and using packages Platform APIs java.lang.Package #DiscussArticle Discussion about Package  
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 ...  
PerformanceTuning %LOCKED% 04 Mar 2005 - 18:45 - r2 Main.sullis
PerformanceTuning tuning Java on HP UX Server 8.1 Performance and Tuning http://www.javaperformancetuning.com/ performance tuning techniques ...  
Portlet %LOCKED% 11 Jan 2008 - 09:05 - r11 Main.navaneeth
Portlet Portlet Specifications Portlet 1.0 Portlet 2.0 http://jcp.org/en/jsr/detail?id 286 JSR 286 Javadocs javax.portlet Portlet 1.0 API ...  
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 ...  
Primitive %LOCKED% 31 Aug 2003 - 03:27 - r3 Main.redwolf
Primitive Primitives are the only non Object data types in Java. The Language Specification states: Primitive values do not share state with other primitive values ...  
Queue %LOCKED% 02 Apr 2007 - 18:30 - r3 Main.sullis
Queue http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html java.util.concurrent.BlockingQueue tutorial See also ...  
RMI %LOCKED% 24 Apr 2006 - 14:36 - r11 Main.sullis
RMI Remote Method Invocation (RMI) allows methods of remote Java objects to be called from other JVMs. See http://java.sun.com/products/jdk/rmi/ for additional information ...  
RSS %LOCKED% 23 May 2006 - 16:34 - r6 Main.sullis
RSS protocol Open source software https://rome.dev.java.net/ http://informa.sourceforge.net/ http://rsslib4j.sourceforge.net/ https://blogapps ...  
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 ...  
Reflection %LOCKED% 21 Jun 2006 - 20:57 - r2 Main.sullis
Reflection http://java.sun.com/j2se/1.5.0/docs/guide/reflection/index.html Reflection in J2SE 5.0 tutorial http://jroller.com/page/JonathanLocke ...  
SWT %LOCKED% 22 Feb 2005 - 10:26 - r6 Main.sullis
SWT Standard Widget Toolkit SWT was developed by the Eclipse project to provide a rich native widgets feel for Java applications. SWT provides an alternative ...  
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 ...  
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 ...  
Sorting %LOCKED% 20 Dec 2004 - 18:28 - NEW Main.sullis
Sorting a collection of Java objects Articles Sorting with Java http://www.javaworld.com/javaworld/jw 12 2002/jw 1227 sort.html #DiscussArticle ...  
String %LOCKED% 05 May 2006 - 23:31 - r7 Main.sullis
String A String is a sequence of characters that is implemented by the String class in the java.lang package. Strings are immutable objects and also Value objects ...  
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 ...  
Swing %LOCKED% 27 Mar 2005 - 11:56 - r11 Main.sullis
Swing Swing in J2SE 5.0 J2SE API http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/border/package summary.html javax.swing.border http ...  
Synchronization %LOCKED% 09 Mar 2006 - 07:46 - r5 Main.saivarma111
Synchronization The concept of restricting transactions or access to common resources from occuring at the same time. This can occur in the following areas: ...  
ThreadPool %LOCKED% 31 Jul 2007 - 10:37 - r2 Main.scolebourne
ThreadPool http://www 106.ibm.com/developerworks/java/library/j jtp0730.html Thread pools and work queues pooling a thread pool with Java ...  
Threads %LOCKED% 19 Jun 2005 - 05:42 - r6 Main.sullis
Threads threads tutorial multithreaded Java applications thread programming threads in the real world, part 1 Lifecycle of a Thread ...  
Tutorials %LOCKED% 16 Apr 2005 - 06:46 - r4 Main.digitalgopher
Tutorials and JavaScript Programming by Richard G Baldwin Advanced Java/J2EE Tutorial by Gopalan Suresh Raj Java Tutorial Freewarejava.com has ...  
UML %LOCKED% 20 Apr 2005 - 15:00 - r15 Main.adrbhlm
UML Unified Modeling Language UML provides a standardized notation for modeling object oriented information systems. UML was introduced to the object oriented ...  
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 ...  
WebDigestingApps %LOCKED% 20 May 2004 - 13:21 - NEW Main.robogeek
WebDigestingApps Grokker : An amazing visual representation of search engine results. Three thumbs up. Desktop is search software for finding and sharing ...  
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 ...  
WebServicesInteroperability %LOCKED% 05 Jan 2005 - 23:53 - r3 Main.sullis
WebServicesInteroperability WS I http://www.ws i.org/ Articles WS I Interoperability Isn't Interoperating with Microsoft .NET http://weblogs ...  
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 ...  
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 ...  
XMLDataBinding %LOCKED% 31 Jul 2007 - 15:27 - r4 Main.scolebourne
XMLDataBinding http://www.rpbourret.com/xml/XMLDataBinding.htm Java platform http://java.sun.com/j2se/1.5.0/docs/api/java/beans/XMLDecoder.html ...  

Number of topics: 87

Topic WebHome . { }
 XML java.net RSS