Framework

TwitterFacebook
Get flash to fully experience Pearltrees
Jackson JavaDocs has extensive and detailed coverage of all the features: what is available, where, how. But you do need to know where to look. http://wiki.fasterxml.com/JacksonDocumentation

Jackson

http://stefanhendriks.wordpress.com/2011/02/16/prevent-cross-site-scripting-when-using-json-objects-using-esapi-and-jackson-framework-1-7-x/

Prevent cross-site scripting when using JSON objects using ESAPI and Jackson framework 1.7.x « Stefan Hendriks' Blog

Recently I have had the oppertunity to fix a cross-site-scripting problem. The problem is: a lot of JSON objects are being sent over the wire and the data is not being html escaped.
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. If you think that Maven could help your project, you can find out more information about in the "About Maven" section of the navigation.

Maven

http://maven.apache.org/
The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive. Usage General instructions on how to use the WAR Plugin can be found on the usage page . http://maven.apache.org/plugins/maven-war-plugin/

war plugin

http://www.hibernate.org/ Relational Persistence for Java and .NET Historically , Hibernate facilitated the storage and retrieval of Java domain objects via Object/Relational Mapping . Today, Hibernate is a collection of related projects enabling developers to utilize POJO-style domain models in their applications in ways extending well beyond Object/Relational Mapping.

Hibernate

XFire is now CXF User's looking to use XFire on a new project, should use CXF instead. CXF is a continuation of the XFire project and is considered XFire 2.0.

XFire

http://xfire.codehaus.org/
Google Chart Tools / Interactive Charts (aka Visualization API) for Vaadin Also requires gwt-visualization.. which can be found here http://code.google.com/p/gwt-google-apis/downloads/list Should be included in (Eclipse) WebContent...WEB-INF.. lib.. Includes: AnnotatedTimeLine AreaChart and AreaChartImage BarChart and BarChartImage ColumnChart Gauge GeoMap ImageChart IntensityMap LineChart and LineChartImage Map (Google Map) MotionChart OrganizationChart PieChart and PieChartImage ScatterChart SparklineImage Table NEW Image Chart allows you to create charts such as a Radar Chart, see demo for example

Google Visualization

http://vaadin.com/directory#addon/visualizationsforvaadin
I’m proud to announce that Vaadin Pro Account has just been turbocharged. https://vaadin.com/blog

Team Blog

March 20, 2012 Dear Spring Community, I am pleased to announce that the first milestone of the Spring GemFire 1.2 project for Java is now available! Downloads | JavaDocs | Reference Documentation | Changelog This...

Spring

http://www.springsource.org/

Team Blog

http://blog.springsource.org/ Introduction The Grails Framework provides a lot of tools and techniques to web application developers to simplify solving common application development challenges.
Spring Web Flow is a Spring MVC extension that allows implementing the "flows" of a web application.

Spring Web Flow

Spring Security

Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications
Overview Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS.

CXF

The basis for this issue revolves around “wrapping” in JSON and two different schools on what is correct way to encode it. As far as I can see there is the more verbose version which Jettison, the default JSON serialiser in Apache CXF produces, then there is the “unwrapped” version which the alternate serialiser Jackson produces.

Using Jackson with Apache CXF | wolfeidau

Pragmatic Web Services With Apache CXF

Apache CXF [1] is an open-source Java-based framework whose goal is to help users develop standard-based, interoperable and robust web services. The ultimate goal of writing web services is to ensure that a given web service implementation can be consumed by a variety of design- and run-time clients in an interoperable and effective manner. A lot has been written recently about how web services have to be designed.