web

  • submit to reddit

Announcing Apache Tapestry 5.3.2

After little more then a month the second maintenance release for Apache Tapestry 5.3 is available. This release upgrade Spring compatibility to 3.1.0 RELEASE and fix minor issues with HTML5 input types, details in the release notes. As usual it is a...

2 replies - 145 views - 02/07/12 by Massimo Lusetti in Announcements

Web application in Clojure: the starting point

Ring is a basic tool for executing your Clojure code into a web server environment, by satisfying HTTP requests and producing responses. In scope, Ring is similar to the Servlet API, but it's not as standard and diffused; by the way, servlets are always used...

0 replies - 2622 views - 01/05/12 by Giorgio Sironi in Articles

Announcing Apache Tapestry 5.3.1

This bug fix release, less than a month after the initial release of 5.3, addresses a few minor concerns; details are in the release notes. It is a drop-in replacement for 5.3, and is a recommended upgrade for all users. Tapestry is primarily...

2 replies - 740 views - 12/22/11 by Howard Lewis Ship in Announcements

Announcing Apache Tapestry 5.3

The Tapestry Team is very proud to announce the availability of Apache Tapestry 5.3, featuring performance improvements, decreased memory utilization, new components, and over 270 bug fixes, improvements, and other changes.

36 replies - 3381 views - 11/28/11 by Howard Lewis Ship in Announcements

Creating a WebSocket-Chat-Application with Jetty and Glassfish

This article describes how to create a simple HTML5 chat application using WebSockets to connect to a Java back-end. I decided to include a Jetty 8 and a GlassFish 3.1 example to demonstrate the current approaches for server side WebSocket implementations....

9 replies - 14883 views - 07/01/11 by Andy Moncsek in Articles

Tapestry 5.2.5 Released

As expected, Tapestry 5.2.5 has been voted up as the latest stable version for Tapestry 5.2; we can now recommend that all users upgrade from 5.2.4 to 5.2.5. The main fix in this release is TAP5-1208, which fixes the issue with null values of mutable fields...

0 replies - 871 views - 03/31/11 by Howard Lewis Ship in Announcements

ZK releases Pivot Table component

ZK has announced the beta release of ZK Pivottable 1.0.0 . ZK Pivottable is a data component which takes raw data from a flat table and organizes it by desired categories arranged with columns and rows.

0 replies - 949 views - 03/31/11 by Timothy Clare in Announcements

SIwpas CR5 is Fully Compatible with CDI Web Profile TCK

As you may already know, we have just released CR5 of SIwpas, lightweight web application server.  CR5 has been passed  "JSR-299 CDI Web Profile TCK"  version 1.0.1-Final unoffically. Beauty is that CDI TCK has been developing under an open...

0 replies - 2636 views - 11/04/10 by Gurkan Erdogdu in Articles

SIwpas CR5

What is SIwpas?

1 replies - 736 views - 11/02/10 by Gurkan Erdogdu in Announcements

SIwpas, Java EE Web Profile Compatible Server CR2

What is SIwpas?SIwpas aim is to integrate Apache Software Foundation(ASF) JavaTM Platform, Enterprise Edition 6 (Java EE 6) Web Profile Specification related projects into the Apache Tomcat 7 for becoming a Java EE 6 Web Profile Certified server.If there is...

0 replies - 940 views - 08/20/10 by Gurkan Erdogdu in Announcements

SerfJ 0.3.0 released! A new MVC framework for REST applications

Last week a stable release of SerfJ has been launched. SerfJ is an acronym of Simple Ever REST Framework for Java. Its main purpose is to provide a lightweight MVC arquitechture based on REST-like URLs. It has a minimal configuration, you can make a J2EE...

0 replies - 963 views - 07/29/10 by Eduardo Yáñez P... in Announcements

Web MVC in Java (without frameworks)

The Model-View-Controller architectural pattern is a classic trait of Java applications. For example, Swing is a well-known implementation of this pattern in the context of desktop applications.MVC is part of the oldies but goodies group of patterns: since...

1 replies - 9196 views - 07/01/10 by Giorgio Sironi in Articles

Defne 1.0.0

Defne is a service oriented web framework. With Defne you can easily implement transactional, secure and service based database applications based on the Java EE technologies. Defne contains many Java EE technologies including Dependency Injection, Java...

0 replies - 446 views - 06/22/10 by Gurkan Erdogdu in Announcements

Announcing Apache Pivot 1.5

I am happy to announce the release of Apache Pivot 1.5! Apache Pivot (http://pivot.apache.org) is a platform for building rich Internet applications (RIAs) in Java. It combines the enhanced productivity and usability features of a modern RIA toolkit with the...

0 replies - 1395 views - 06/08/10 by Greg Brown in Announcements

Important Factors – Evaluation of Java Based Web Development Frameworks

With so many Java based web development frameworks available today, which one to select and which one not to, can be really tough at times. Even though there are well established frameworks available today, there can be some specific requirements which can...

8 replies - 6135 views - 06/04/10 by Puneet Monga in Articles