Projects tagged ‘designpatterns’


Jump to tag:

Projects tagged ‘designpatterns’

Filtered by Project Tags designpatterns

Refine results Project Tags java (25) c (15) framework (9) .net (6) patterns (5) mvc (5) hibernate (5) uml (4) design (4) orm (4) php (4) csharp (4)

[73 total ]

1 Users

An implementation of the Adaptive Object Model (AOM) architecture for dynamic applications. This allows for easy addition of properties and functionality in the application business domain at runtime ... [More] , without any changes to the code or storage schema. [Less]
Created 12 months ago.

0 Users

What is GWT?The Google Web Toolkit (GWT) is an AJAX development tool from Google, targeted for Java Developers. Web applications (both GUIs and RPCs) are written in Java using the GWT API. The Java ... [More] files are then compiled into compact, obfuscated, browser-specific JavaScript files. A small bit of loading JavaScript determines which browser-specific script file gets used depending on the user-agent. The API libray is licensed under the Apache 2.0 license. The GWT-Compiler was originally licensed under a proprietary license, but the most recent version is also licensed under the Apache 2.0 license. GWT emphasizes reusable, efficient solutions to recurring Ajax challenges, namely asynchronous remote procedure calls, history management, bookmarking, and cross-browser portability. And what is "gwt-toolbox"?"gwt-toolbox" is a bunch of tools that allow developers to build flexible GWT applications. The project is divided into several modules: 1. toolbox-core This is the core module of the project. It contains a MVC framework you can use in order to build more flexible applications. This framework is highly based on the "observer" design pattern that notifies the UI when the model is changed. 2. toolbox-remoting In this module, you can find all needed classes to build your distributed applications. For the moment, only the RPC protocol is supported for the service layer. 3. toolbox-utils This module contains several helper classes used by the framework. Deeper in "gwt-toolbox"...1. Fundamentals An application based on "gwt-toolbox" should be divided into several parts: Models Views Controllers Services Each of these above elements has a unique name allowing it to be registered in a specific registry. The main entry point of a "gwt-toolbox" application is the AbstractEntryPoint class. When the application starts up, the AbstractEntryPoint instance calls the main controller of the application: The ApplicationController. This last is in charge of registering, in their own registry, all models, views, controllers and services needed by the application. After that, the main controller displays the main view of the application. Due to the fact that a view can observe one or more models (these associations are made by the application controller), when a model is modified, the observing views are notified and can react in consequence. 2. Class diagram TODO 3. Samples The following samples are embedded in the "gwt-toolbox" distribution. To build these samples (war, ...), Maven2 should be installed and configured on your computer. After these fancy stuff, you simply have to execute the following command in your favorite shell: mvn clean install. 3.1. Sample 1 - Asynchronous "Hello World!!!" The famous example built with "gwt-toolbox" and in its asynchronous version. http://code.google.com/p/gwt-toolbox/wiki/HelloWorldAsyncWithGwtToolbox The demo is available at this address 3.4. A full application to manage your contacts: "gwt-contact" TODO Repository Maven2Used to develop maven2 applications with "gwt-toolbox". http://gwt-toolbox.googlecode.com/svn/trunk/maven_repo/ In order to use our repository, you have to add the following lines in your pom.xml file: gwt-toolbox-plugins http://gwt-toolbox.googlecode.com/svn/trunk/maven_repo/ gwt-toolbox http://gwt-toolbox.googlecode.com/svn/trunk/maven_repo/ Finally, add the correct dependency to "gwt-toolbox" in your pom.xml file. For example: org.sempere.gwt-toolbox toolbox-remoting 0.1 [Less]
Created 10 months ago.

0 Users

Opdracht voor het vak design patterns
Created 6 months ago.

0 Users

Un proyecto para aprender buenas prácticas en Ingeniería de Software
Created 4 months ago.

0 Users

We are designing a framework that can be used to implement three strategy board games: 1. The Princes of Florence 2. Caylus 3. Catan: Cities & Knights Class homepage ... [More] http://www.cise.ufl.edu/~dts/dp/ Project description http://www.cise.ufl.edu/~dts/dp/project.html Project deliverables http://www.cise.ufl.edu/~dts/dp/project-deliverables.html [Less]
Created 11 months ago.

0 Users

Projeto de um interpretador em Java para a disciplina de Projeto e Teoria de Linguagens
Created 12 months ago.

0 Users

The main project's goal is to provide a simple API using Java to create criteria to execute queries. After creating your criteria using the API, the system can convert it to simple SQL or to a list of Criterion(Hibernate).
Created 4 months ago.

0 Users

PlayListGenerator is a free software. PlayListGenerator can create, manage a playlist. It is also possible to amend mp3 files tags. Of course, it allows the save, load, exportation and importation of ... [More] the playlist. In version 0.9.1, thank of phonon framework, you can also listen to your songs. Language: English, French. PlayListGenerator uses the lyricFly database and API : http://lyricsfly.com/ [Less]
Created 12 months ago.

0 Users

Contains : - tww.Util (.NET C#) --> Description follows - tww.DesignPatterns (.NET C#) --> Description follows - tww.Querymanager (.NET C#) --> Description follows - tww.ArmyGen (.NET C#) --> Description follows
Created 3 months ago.

0 Users

Presentation on design patterns
Created 8 months ago.