Projects tagged ‘ajax’ and ‘wicket’


[11 total ]

85 Users
   

With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and ... [More] brittle code for powerful, reusable components written with plain Java and HTML. [Less]
Created over 3 years ago.

31 Users
   

Umbrella project for integrations of Wicket and other projects such as Jasper Reports, Hibernate, Freemarker. Also a home for small community contributions.
Created over 3 years ago.

1 Users

Project to develop tools based upon the Proteus ( http://proteme.org ) model and GreEd rules authoring system (http://proteme.org/blog/greed/), and linking those tools with Electronic Medical Record ... [More] Systems and Clinical Information Systems (http://proteme.org/blog/sdci/). [Less]
Created about 1 month ago.

0 Users

Wicket Web Beans is an Apache Wicket (http://wicket.apache.org) toolkit for JavaBeans. AJAX Web forms are automatically generated from bean properties. The toolkit normally does what you'd expect, but when it doesn't, you can override its behavior.
Created 8 months ago.

0 Users

A web app that is created with Wicket and Spring.Functionality
Created 12 months ago.

0 Users

Plugin for Wicket using its Ajax capabilities.
Created 3 months ago.

0 Users

Wicket in ActionThis project hosts the source code for the examples of the Wicket in Action book written by Martijn Dashorst and Eelco Hillenius. About the bookThere are dozens of Java frameworks ... [More] out there, but most of them require you to learn special coding techniques and new, often rigid, patterns of development. Wicket is different. As a component-based web application framework, Wicket lets you build maintainable enterprise-grade web applications using the power of plain old Java objects (POJOs), HTML, Ajax, Spring, Hibernate, and Maven. Wicket automatically manages state at the component level, which means no more awkward HTTPSession objects. Its elegant programming model enables you to write rich web applications quickly. Wicket in Action is an authoritative, comprehensive guide for Java developers building Wicket-based web applications. This book starts with an introduction to Wicket's structure and components, and moves quickly into examples of Wicket at work. Written by two of the project's earliest and most authoritative experts, this book shows you both the “how-to” and the “why” of Wicket. As you move through the book, you'll learn to use and customize Wicket components, how to interact with other technologies like Spring and Hibernate, and how to build rich, Ajax-driven features into your applications. [Less]
Created about 1 year ago.

0 Users

This is a software for making pizza orders and keeping up on who owes who. The UI will be very basic, but uses ajax. No registrations of any kind. Just type your name when you are ordering. If you ... [More] don't have money on hand and have to make someone else pay for your pizza, you can mark it in the software so you know who owes who. No authentication, so you really have to trust everyone using the software. When everyone has made their order, it can be printed, or sent in an email to anyone. History of orders is also kept. [Less]
Created 7 months ago.

0 Users

This project is for development of all tools related to Proteus (http://proteme.org) and linking them up with Electronic Medical Record Systems and Clinical Information Systems. It includes the Rule ... [More] authoring tool, GreEd. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 2 months ago.

0 Users

The open source project for development of Proteus Guideline System and its tools
Created 4 months ago.