Projects tagged ‘archetype’


[3 total ]
1

Archetype Javascript Framework

 
Primary Language: JavaScript Licensed as: MIT License

Archetype is a JavaScript Framework for JavaScript and Ajax application that ables developers to use JS for light to heavy clientside developments. The Framework: * takes care of all the application loading part and dependencies loading ... [More] * eases a lot OO Programming in JS * eases good practices in JS * is modular (can be used just for some of is function : loading, templates, logging, etc.) * is designed to fully work in MVC on the client side * works with convention over configuration in mind * provides an easy to use logging interface for multiple logger (firebug, nitobi, pi.debugger, nitobib, alerts, et) * adds an easy to use template interface for the best JS template systems (JST, EJS, DOMTAL, Prototype, etc.) [Less]

Metrics updated 10 Oct 08

0

maven-additions

 
Primary Language: Java Licensed as: Apache License 2.0

Welcome to maven-additions, a rag-tag collection of maven goodies. July 17, 2008 added basic-settings project to define JBoss Maven repo, Java SE 5 compiler and other general settings for a Maven project, download this first then run: mvn ... [More] installadded seam-dependencies project to define all the Seam stuff you need in a Maven project, this project inherits from basic-settings so you'll want to download that first, then build this project: mvn installadded seam-example, this is the project I used for the UJUG presentation on Thursday July 17, 2008. Here is a link to the presentation. Once you've downloaded and installed basic-settings and seam-dependencies you'll be able to run this project. To test the application ASAP, try using jetty like this: mvn jetty:runTo use this in Eclipse or NetBeans you'll need the appropriate Maven plugin. IntelliJ 7.0 should just work with the project. [Less]

Metrics updated about 7 hours ago

0

maven-blazeds-spring-archetype

 
Primary Language: JavaScript Licensed as: Apache License 2.0

Inspired by todolist application from http://www.adobe.com/devnet/flex/articles/fullstack_pt1.html. I know there're some projects that're doing the same stuff. But some of stuff i can't find in them are: Well integration with Eclipse and flex ... [More] builder Allow debugging java code and flex code in Eclipse Support session timeout in flex app (undergoing) And this project I created aims to support those targets In this project, I'm using flex mojos plugin to compile Flex app. The generated code can be imported directly to Eclipse (tested with 3.3.1) with WTP support, required to have m2eclipse Click here to get started Change logs: 27 Sep 2009: I created the archetype repository in google code svn repo, so now you guys can create the project template right away by issuing the command mvn archetype:generate -DartifactId= -DarchetypeCatalog=http://maven-blazeds-spring-archetype.googlecode.com/svn/maven2 [Less]

Metrics updated about 7 hours ago