Frameworks

  • submit to reddit

Designing a REST-ful API using Spring 3

In the course of creating VAS, we did a lot of work to design a useful REST API. REST is generally a very loose collection of principals that can be...

0 replies - 2603 views - 12/19/12 by Mitch Pronschinske in Articles

Building CQL Java Driver on Mac OSX

 I wanted to play around with the new CQL java driver. https://github.com/datastax/java-driver After git cloning, I had tests failing because it...

0 replies - 1883 views - 12/18/12 by Brian O' Neill in Articles

Project Nashorn: JavaScript's Second Chance on the JVM

Throughout 2012, JavaScript seems to be solving problems across the industry, causing some justifiable hype across a number of libraries and frameworks. ...

0 replies - 5010 views - 12/17/12 by James Sugrue in Articles

Spring Security Certificate Authentication Authorization Example

In continuation of my earlier blog Container based Security and Spring Security, in this blog, I will demonstrate how you can achieve Certificates...

0 replies - 3514 views - 12/17/12 by Krishna Prasad in Articles

Screencast: Spring + Hibernate Integration

Learn how to save form data by using stored procedures with Spring, and Hibernate MVC technologies. You'll also learn how to write a stored procedure, and...

0 replies - 3492 views - 12/14/12 by Mitch Pronschinske in Articles

Securing your Tomcat app with SSL and Spring Security

 If you've seen my last blog, you'll know that I listed ten things that you can do with Spring Security. However, before you start using Spring Security...

0 replies - 1958 views - 12/14/12 by Roger Hughes in Articles

What is a Framework?

The title question made me struggle for months. What is a framework?What is the difference between a library and a framework?If I use a framework as a...

3 replies - 4067 views - 12/13/12 by Andrzej Krzywda in Articles

Micro Services: Plugging in 3rd party components

Over the past few weeks I’ve been involved in conversations with different clients around micro services and one thing about this architecture that seems...

0 replies - 1689 views - 12/12/12 by Mark Needham in Articles

Hazelcast Distributed Execution with Spring

The ExecutorService feature had come with Java 5 and is under the java.util.concurrent package. It extends the Executor interface and provides a thread pool...

0 replies - 3173 views - 12/11/12 by Eren Avşaroğulları in Articles

Improving AppFuse's PageSpeed with Apache

One of the most important things when developing webapps is to make them fast. With AppFuse, we've tried to incorporate many of the 14 rules for faster-loading...

0 replies - 1725 views - 12/11/12 by Matt Raible in Articles

Event Streaming with MongoDB

MongoDB is a really great “NoSQL” database, with a very wide range of applications. In one project that we are developing at SoftwareMill, we used it as a...

0 replies - 2968 views - 12/10/12 by Adam Warski in Articles

Spring's Web MVC - Redirect to the Memory Leak

They say that one rock can cause an avalanche. Lately, one of my Colleagues, Marcin Radoszewski, gave me such a rock. You'll probably never guess what it...

4 replies - 2895 views - 12/10/12 by Michal Jastak in Articles

AppFuse News: Liquibase and wro4j Tutorials from J. García

New committer J. García has been doing a lot of work to improve i18n in AppFuse 2.2, as well as our Struts 2 support. In addition, he's written a couple...

0 replies - 1724 views - 12/09/12 by Matt Raible in Articles

JBoss BRMS Best Practices - Tips for your BPM Process Implementation Layer

 I have posted some articles in the past on migration strategies, taken closer looks at process layers and provided some best...

0 replies - 3190 views - 12/07/12 by Eric D. Schabell in Articles

Running Cassandra 1.2-beta on JDK 7 w/ Mac OSX: no snappyjava in java.library.path

 The latest greatest Cassandra (1.2-beta) now uses snappy-java for compression.  Unfortunately for now, Cassandra uses 1.0.4.1 version of...

0 replies - 3187 views - 12/05/12 by Brian O' Neill in Articles