Coder Social home page Coder Social logo

jade4spring's Introduction

About

I really like jade, and finally some awesome guys made jade4j to use Jade w/ Java. I just came across the project and wanted to use it, so I created a thin wrapper around it for use with Spring MVC.

An example of the Spring XML configuration:

<bean class="co.ntier.jade4spring.JadeViewResolver">
	<constructor-arg ref="jadeConfig" />
</bean>

<bean id="jadeConfig" class="de.neuland.jade4j.JadeConfiguration">
	<property name="templateLoader" ref="templateLoader"/>
	<property name="prettyPrint" value="true"/>
</bean>

<bean id="templateLoader" class="co.ntier.jade4spring.ServletContextTemplateLoader">
	<property name="prefix" value="/WEB-INF/views/" />
	<property name="suffix" value=".jade" />
</bean>

Getting the Source

Similar to the jade4j project, just clone...

git clone [email protected]:dwelch2344/jade4spring.git

... and build with maven...

cd jade4spring
mvn install

... and add it as a dependency...

<dependency>
	<groupId>co.ntier</groupId>
	<artifactId>jade4spring</artifactId>
	<version>1.0.0</version>
</dependency>

... or use the co.ntier.jade4spring-1.x.x.jar

jade4spring's People

Contributors

dwelch2344 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

zhhb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.