 |
Search: Patterns[^A-Za-z]
|
Topics in Javapedia web:
|
Changed: now 05:22
|
Changed by:
|
|
AccessModifier
%LOCKED%
|
01 Nov 2003 - 01:21 - r5
|
Main.johanley
|
|
AccessModifier In Java, there are three keywords used to specify the access level of classes. These three access modifiers are: public , protected and private ...
|
|
|
Ajax
%LOCKED%
|
09 Jul 2008 - 00:50 - r32
|
Main.carlaking
|
|
Ajax Ajax is a system that allows JavaScript to connect to server technologies without reloading a page in a browser. http://en.wikipedia.org/wiki/AJAX ...
|
|
|
AntiPattern
%LOCKED%
|
02 Jul 2003 - 07:28 - r5
|
Main.zander
|
|
AntiPattern AntiPattern is a pattern that tells how to go from a problem to a bad solution. There is a lengthy dicussion at the PPR:PortlandPatternRepository on PPR ...
|
|
|
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 ...
|
|
|
BestPractices
%LOCKED%
|
18 Jul 2004 - 05:21 - r4
|
Main.sullis
|
|
BestPractices This is a stub page. Here you will find information and links for Java best practices. Java Covers these topics: EJB, JDBC, Servlets, JSP, JMS ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
ContinuousIntegration
%LOCKED%
|
06 Sep 2007 - 23:52 - r12
|
Main.jsilvers
|
|
ContinuousIntegration Articles http://www.martinfowler.com/articles/continuousIntegration.html http://c2.com/cgi/wiki?ContinuousIntegration CI tool ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
Discorso
%LOCKED%
|
18 Jun 2003 - 02:39 - r5
|
Main.alexkrut
|
|
Discorso Designed to enable rapid development and deployment of asynchronous distributed business processes, Discorso provides a comprehensive and complete development ...
|
|
|
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 ...
|
|
|
Framework
%LOCKED%
|
21 Jun 2003 - 05:26 - NEW
|
Main.little_endian
|
|
Framework A framework is a simple, unified set of objects that work together to meet a specific purpose. A toolkit is a type of a framework. Design patterns can ...
|
|
|
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 ...
|
|
|
GangOfFour
%LOCKED%
|
08 Sep 2003 - 19:59 - r4
|
Main.rgoldman
|
|
GangOfFour (also known as GoF) In 1994, Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides wrote Patterns: Elements of Reusable Object Oriented Software ...
|
|
|
GregorHohpe
%LOCKED%
|
21 Jun 2003 - 04:55 - r2
|
Main.little_endian
|
|
GregorHohpe Gregor Hohpe is the maintainer of http://www.eaipatterns.com that hosts a list of Enterprise Application Integration Patterns as well as articles around ...
|
|
|
HillsideGroup
%LOCKED%
|
11 Jul 2003 - 02:02 - NEW
|
Main.rpg
|
|
HillsideGroup The Group is a nonprofit organization founded in 1993 to foster the practice of patterns. The group sponsors several conferences during the year: Pattern ...
|
|
|
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 ...
|
|
|
JAX-RPC
%LOCKED%
|
14 Jun 2005 - 18:41 - r5
|
Main.sullis
|
|
JAX RPC The JAX RPC specification describes the Java APIs for XML based RPC. The term RPC is used in a very loose sense as these APIs include also messaging and ...
|
|
|
JAX-WS
%LOCKED%
|
08 Jun 2006 - 15:40 - r5
|
Main.sullis
|
|
JAX WS https://jax ws sources.dev.java.net/source/browse/jax ws sources/ http://weblogs.java.net/blog/kohlert/archive/2005/05/jaxrpc 20 renam ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
MVC
%LOCKED%
|
22 May 2005 - 20:35 - r5
|
Main.sullis
|
|
MVC MVC stands for Model View Controller. MVC is a DesignPattern which defines separation of roles for graphical applications (including web applications). ...
|
|
|
MessageExchangePatterns
%LOCKED%
|
05 Jan 2005 - 03:04 - r3
|
Main.sullis
|
|
MessageExchangePatterns http://www.w3.org/2002/ws/cg/2/07/meps.html in WSDL 2.0 WSDL 2.0 defines eight different Message Exchange Patterns: In Only ...
|
|
|
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 ...
|
|
|
Practice
%LOCKED%
|
25 Aug 2003 - 19:47 - r2
|
Main.johanley
|
|
Practice This is the top level page for the Practices Category. It is an index of pages which can be categorized as being concerned with or about practices: AgileProgramming ...
|
|
|
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 ...
|
|
|
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 ...
|
|
|
Pulse
%LOCKED%
|
18 Oct 2009 - 12:45 - NEW
|
Main.tweber
|
|
Pulse An open source portal solution. pulse is a framework on top of the Servlet API providing easy to use and easy to extend patterns for creating browser based ...
|
|
|
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 ...
|
|
|
Singleton
%LOCKED%
|
14 Feb 2007 - 10:38 - r13
|
Main.puff
|
|
Singleton A singleton is, in a nutshell, a class which only permits one instance of itself to be instantiated. Inherently, java applications execute in a complex ...
|
|
|
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 ...
|
|
|
ValueObject
%LOCKED%
|
20 Jul 2004 - 08:16 - r4
|
Main.hlovatt
|
|
Value Object Meaning 1: equals and hashCode based on field values The equals and hashCode methods use field values instead of the default behaviour of using ...
|
|
|
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 ...
|
|
|
WebServices
%LOCKED%
|
16 Nov 2007 - 19:19 - r11
|
Main.sullis
|
|
WebServices Web services http://java.sun.com/webservices/ http://webservices.xml.com/ http://www.ibm.com/developerworks/views/webservices/articles ...
|
|
|
Wicket
%LOCKED%
|
27 Jan 2007 - 06:37 - r3
|
Main.sullis
|
|
Wicket Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be ...
|
|
Number of topics: 47
|