Home    |Web Directory    |Metasearch    |Message Boards    |Classified Ads|

Web Directory

Home

Web Directory

Metasearch

Message Boards

Classified Ads








Patterns and Anti-Patterns (51)

Categories:

See Also:
Sites:

http://www.ksc.com/articles/patternlanguage.htm
» A Pattern Language for Relational Databases and Smalltalk Open in a new browser window
   Includes architectural, static, dynamic, and client-server patterns for integrating Smalltalk and RDBMSs.
   http://www.ksc.com/articles/patternlanguage.htm
http://c2.com/cgi/wiki?PatternLanguageForTheWeb
» An HTML 2.0 Pattern Language Open in a new browser window
   A work-in-progress to describe patterns of HTML development.
   http://c2.com/cgi/wiki?PatternLanguageForTheWeb
http://www.ambysoft.com/essays/processPatternsPaper.html
» An Introduction To Process Patterns White Paper Open in a new browser window
   Introduces the concept of process patterns, reusable building blocks from which an organization may tailor an object-oriented software process. Process patterns bring reuse and consistency to the entire OO software process (OOSP). By Scott W. Ambler, Amby
   http://www.ambysoft.com/essays/processPatternsPaper.html
http://www.objectarchitects.de/arcus/
» Arcus Patterns for Business Information Systems Open in a new browser window
   Contains pattern papers on exception handling, database access, client/server UI design and design in general for the domain of business information systems.
   http://www.objectarchitects.de/arcus/
http://www.laputan.org/mud/
» Big Ball of Mud Open in a new browser window
   An examination of this most frequently deployed of software architectures. A casually, even haphazardly, structured system, the organization of which is dictated more by expediency than design.
   http://www.laputan.org/mud/
http://eyebright.sslnetworks.org/~chrisrue/ChrisRuel.net/ChrisRuelNet.htm
» Chris Ruel's Object Technology Website Open in a new browser window
   Design patterns, Model-Driven Architecture, object-oriented methodology, and best practices.
   http://eyebright.sslnetworks.org/~chrisrue/ChrisRuel.net/ChrisRuelNet.htm
http://www.exciton.cs.rice.edu/JavaResources/DesignPatterns/
» Classic Design Pattern Solutions Open in a new browser window
   A collection of patterns that can be used to describe classic solutions to common object oriented design problems.
   http://www.exciton.cs.rice.edu/JavaResources/DesignPatterns/
http://www.mit.edu/~jtidwell/interaction_patterns.html
» Common Ground Open in a new browser window
   A pattern language for designing user interfaces and other artifacts.
   http://www.mit.edu/~jtidwell/interaction_patterns.html
http://www.ccs.neu.edu/research/demeter/
» Demeter Open in a new browser window
   Information on Adaptive Programming including links, books, and papers. (Karl J. Lieberherr)
   http://www.ccs.neu.edu/research/demeter/
http://en.wikipedia.org/wiki/Design_pattern_(computer_science)
» Design Pattern (Computer Science) Open in a new browser window
   Growing article, with links to many related topics. Wikipedia.
   http://en.wikipedia.org/wiki/Design_pattern_(computer_science)
http://dpatoolkit.sourceforge.net
» Design Pattern Automation Toolkit Open in a new browser window
   A toolkit to design applications using design patterns, with facility to generate code, and reverse engineering. Drag and Drop facility to create UML Class diagrams support to write custom plug-ins for code generators and reverse engineering. [Open source
   http://dpatoolkit.sourceforge.net
http://www.swtech.com/dpattern/
» Design Patterns Open in a new browser window
   Software techniques, papers, references, catalogs, generally and in C++, Java; for professional software developers. Software Technologies Ltd.
   http://www.swtech.com/dpattern/
http://www.netobjectives.com/resources/books/design-patterns-explained/
» Design Patterns Explained: A New Perspective on Object-Oriented Design Open in a new browser window
   By Alan Shalloway and James R. Trott. Preface, table of contents, chapter from book, errata and answers to questions.
   http://www.netobjectives.com/resources/books/design-patterns-explained/
http://mahemoff.com/
» Design Reuse In SE/HCI Open in a new browser window
   Reuse techniques in HCI - Pattern languages For Usability (MVC, Safety, Internationalisation). Also, software development and learning about patterns.
   http://mahemoff.com/
http://www.visiblearea.com/cgi-bin/twiki/view/Patterns
» Diemen Repository of Interaction Design Patterns Open in a new browser window
   Open source (Wiki) collection and collaboration site focused on creating and extending patterns for screen design, with a focus on Interaction Design and Usability.
   http://www.visiblearea.com/cgi-bin/twiki/view/Patterns
http://st-www.cs.uiuc.edu/users/droberts/evolve.html
» Evolving Frameworks Open in a new browser window
   A pattern language for developing object-oriented frameworks.
   http://st-www.cs.uiuc.edu/users/droberts/evolve.html
http://www.maplefish.com/todd/papers/experiences/Experiences.html
» Experiences Open in a new browser window
   Article by Todd Coram and Jim Lee. A pattern language that can be used to generate user centered software designs.
   http://www.maplefish.com/todd/papers/experiences/Experiences.html
http://martinfowler.com/articles.html#id2251585
» Fowler, Martin: Analysis Patterns Open in a new browser window
   Patterns developed by Martin Fowler, a specialist in object-oriented software, building business objects, the UML, patterns, author of "Analysis Patterns" and "UML Distilled" books. Also features a collection of links to related subject areas.
   http://martinfowler.com/articles.html#id2251585
http://www.vincehuston.org/dp/
» Huston Design Patterns Open in a new browser window
   GoF patterns with C++ and Java demos and some other patterns.
   http://www.vincehuston.org/dp/
http://radio-weblogs.com/0122027/stories/2003/10/20/implementingTheSingletonPatternInJava.html
» Implementing the Singleton Pattern in Java Open in a new browser window
   An article by Rod Waldhoff with sample source code.
   http://radio-weblogs.com/0122027/stories/2003/10/20/implementingTheSingletonPatternInJava.html
http://www.visi.com/~snowfall/InteractionPatterns.html
» Interaction Design Patterns Page, The Open in a new browser window
   Resources related to pattern languages for interaction design, including user interface design.
   http://www.visi.com/~snowfall/InteractionPatterns.html
http://www.abracadabrasolutions.com/JUnitArticle.htm
» JUnit Test Patterns in Rational XDE Open in a new browser window
   Describes using how to create patterns for the JUnit eXtreme Programming automated testing framework, by Frank Hagenson.
   http://www.abracadabrasolutions.com/JUnitArticle.htm
http://www.fluffycat.com/java-design-patterns/
» Java Design Patterns Open in a new browser window
   Full, working Java programs, with output example shown.
   http://www.fluffycat.com/java-design-patterns/
http://www.industriallogic.com/papers/learning.html
» Learning Guide To Design Patterns Open in a new browser window
   A learning guide for those who want to learn and use design patterns, rather than just read about them.
   http://www.industriallogic.com/papers/learning.html
http://c2.com/cgi/wiki?LordOfTheFlies
» Lord of the Flies Open in a new browser window
   Describes a 'going native' organizational pattern for improving software development productivity.
   http://c2.com/cgi/wiki?LordOfTheFlies
http://www.moisesdaniel.com/wri/metapatterns.html
» MetaPatterns Open in a new browser window
   Present a new approach to design patterns, by Moisés Daniel Díaz Toledano. Includes links.
   http://www.moisesdaniel.com/wri/metapatterns.html
http://www.acm.org/crossroads/xrds5-1/patterns.html
» Much Ado about Patterns Open in a new browser window
   Article on patterns, emphasizing design patterns, a type of pattern often used in software design. ACM Crossroads.
   http://www.acm.org/crossroads/xrds5-1/patterns.html
http://hillside.net/conferences/plop
» Pattern Languages of Programs (PLoP) Conference Open in a new browser window
   Information about forthcoming and past PLoP conferences.
   http://hillside.net/conferences/plop
http://hillside.net/patterns/
» Patterns Library Open in a new browser window
   Fine resource on many aspects of patterns, anti-patterns, and pattern languages.
   http://hillside.net/patterns/
http://www.objectarchitects.de/ObjectArchitects/orpatterns/
» Patterns for Object/Relational Database Access Open in a new browser window
   Contains patterns, links and literature on object/relational database access layers.
   http://www.objectarchitects.de/ObjectArchitects/orpatterns/
http://c2.com/ppr/index.html
» Portland Pattern Repository Open in a new browser window
   Very useful pattern information. Includes articles as well as discussions in the form of the WikiWikiWeb.
   http://c2.com/ppr/index.html
http://members.cox.net/risingl1/patternarticles.html
» Rinsing, Linda: Articles about Patterns Open in a new browser window
   Several articles on different aspects of the topic.
   http://members.cox.net/risingl1/patternarticles.html
http://www.retrospector.com/2006/05/16/the-pattern-of-not-using-patterns-part-i/
» The Pattern of Not Using Patterns Open in a new browser window
   Not using patterns is one of the most common anti-patterns. Article describes where patterns are appropriate, what happens when they are not used, and why one must be very familiar with them. The Retrospector.
   http://www.retrospector.com/2006/05/16/the-pattern-of-not-using-patterns-part-i/
http://www.c2.com/cgi/wiki?UnixShellPatterns
» Unix Shell Patterns Open in a new browser window
   A collection of idioms for Unix shell programming
   http://www.c2.com/cgi/wiki?UnixShellPatterns
http://www.welie.com/
» Welie.com Open in a new browser window
   Design patterns for many uses: graphic user interfaces, Web, mobile interface; background information, links to literature and other collections.
   http://www.welie.com/
http://www.jera.com/techinfo/duck.html
» Why a Duck Open in a new browser window
   An introduction to polymorphism and design patterns, by John Brewer. Includes links and source code.
   http://www.jera.com/techinfo/duck.html

This category needs an editor

Last Updated: 2007-09-28 10:42:24





Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by GoSearchFor.com

Free previews by Thumbshots.org