Apache Wicket 1.5.5
Makes developing web-apps simple and enjoyable again
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 brittle code for powerful, reusable components written with plain Java and HTML.
Apache Wicket 1.5.5 full details
| File Size: | 33.70 MB |
|---|---|
| License: | Freeware |
| Price: | FREE |
| Released: | 2012-03-14 |
| Downloads: | Total: 39 | This Month: 0 |
| Publisher: | Apache Software Foundation |
| Publisher URL: | http://httpd.apache.org/ |
Download Apache Wicket 1.5.5
Save Apache Wicket to My Stuff
Apache Wicket - Windows 7 Download awards
Apache Wicket 1.5.5 full description
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 brittle code for powerful, reusable components written with plain Java and HTML.
Features:
POJO Component Model
Pages and Components in Wicket are real Java objects that support encapsulation, inheritance and events.
Ease of Development
Because Wicket is Java and HTML, you can leverage what you know about Java or your favorite HTML editor to write Wicket applications.
Separation of Concerns
Wicket does not mix markup with Java code and adds no special syntax to your markup files. The worlds of HTML and Java are parallel and associated only by Wicket ids, which are attributes in HTML and Component properties in Java. Since Wicket HTML is just HTML and Wicket Java is just Java, coders and designers can work independently to a large degree and without relying on any special tools.
Secure
Wicket is secure by default. URLs do not expose sensitive information and all component paths are session-relative. Explicit steps must be taken to share information between sessions. Furthermore URL encryption allows highly secure web sites.
Transparent, Scalable Clustering Support
All Wicket applications will work on a cluster automatically and without additional work. Once bottlenecks are understood, Wicket enables tuning of page state replication. The next version of Wicket will support client-side models for zero-state scalability.
Transparent Back Button Support
Wicket supports configurable page version management. When users submit a form or follow a link from a page they accessed with the back button in their browser, Wicket is able to revert the page object to the state it was in when the page was originally rendered. This means you can write web applications that support the back button with very little work.
Multi-tab and multi-window support
Wicket provides an easy way to write application that supports multi-window and multi-tab usage allowing developer to react properly when users open new browser window or tab
Reusable Components
Reusable components in Wicket are particularly easy to create. Not only can you extend existing components with the Java extends keyword, but you can also create Panel components which associate a group of components as a reusable unit.
Simple, Flexible, Localizable Form Validation
It is trivial to write and use validators in Wicket. It is also quite easy to customize and localize the display and content of validation error messages.
Typesafe Sessions
Wicket eliminates the need to manage HttpSession attributes by hand. Page and component objects are transparently stored in the session and your application can create a custom session subclass with typesafe properties as well. All objects stored in the session can automatically participate in clustering replication.
Factory Customizable
Wicket is very extensible. Most operations are customizable through factories or factory methods.
Detachable Models
Model objects in Wicket can be very lightweight in terms of memory and network use in a cluster. When a model is used, it can “attach”, populating itself with information from persistent storage. When the model is no longer in use, transient information can be reset, reducing the size of the object.
Border Components
Wicket Border components enable the decoration of pages in a reusable fashion. This is especially useful for inheritance of common navigational structures or layout.
Support for All Basic HTML Features
Wicket supports image tags, links, forms and everything else that you’re used to using in your web application development.
Programmatic Manipulation of Attributes
Wicket Components can programmatically change any HTML tag attribute.
Features:
POJO Component Model
Pages and Components in Wicket are real Java objects that support encapsulation, inheritance and events.
Ease of Development
Because Wicket is Java and HTML, you can leverage what you know about Java or your favorite HTML editor to write Wicket applications.
Separation of Concerns
Wicket does not mix markup with Java code and adds no special syntax to your markup files. The worlds of HTML and Java are parallel and associated only by Wicket ids, which are attributes in HTML and Component properties in Java. Since Wicket HTML is just HTML and Wicket Java is just Java, coders and designers can work independently to a large degree and without relying on any special tools.
Secure
Wicket is secure by default. URLs do not expose sensitive information and all component paths are session-relative. Explicit steps must be taken to share information between sessions. Furthermore URL encryption allows highly secure web sites.
Transparent, Scalable Clustering Support
All Wicket applications will work on a cluster automatically and without additional work. Once bottlenecks are understood, Wicket enables tuning of page state replication. The next version of Wicket will support client-side models for zero-state scalability.
Transparent Back Button Support
Wicket supports configurable page version management. When users submit a form or follow a link from a page they accessed with the back button in their browser, Wicket is able to revert the page object to the state it was in when the page was originally rendered. This means you can write web applications that support the back button with very little work.
Multi-tab and multi-window support
Wicket provides an easy way to write application that supports multi-window and multi-tab usage allowing developer to react properly when users open new browser window or tab
Reusable Components
Reusable components in Wicket are particularly easy to create. Not only can you extend existing components with the Java extends keyword, but you can also create Panel components which associate a group of components as a reusable unit.
Simple, Flexible, Localizable Form Validation
It is trivial to write and use validators in Wicket. It is also quite easy to customize and localize the display and content of validation error messages.
Typesafe Sessions
Wicket eliminates the need to manage HttpSession attributes by hand. Page and component objects are transparently stored in the session and your application can create a custom session subclass with typesafe properties as well. All objects stored in the session can automatically participate in clustering replication.
Factory Customizable
Wicket is very extensible. Most operations are customizable through factories or factory methods.
Detachable Models
Model objects in Wicket can be very lightweight in terms of memory and network use in a cluster. When a model is used, it can “attach”, populating itself with information from persistent storage. When the model is no longer in use, transient information can be reset, reducing the size of the object.
Border Components
Wicket Border components enable the decoration of pages in a reusable fashion. This is especially useful for inheritance of common navigational structures or layout.
Support for All Basic HTML Features
Wicket supports image tags, links, forms and everything else that you’re used to using in your web application development.
Programmatic Manipulation of Attributes
Wicket Components can programmatically change any HTML tag attribute.
Apache Wicket 1.5.5 download tags
Apache Wicket 1.5.5 Windows 7 release notes
New Release
Sub-task:
· [WICKET-4417] - CombinedRequestParametersAdapter ignores duplicate values for the same parameter name
Bug:
· [WICKET-2949] - Select does not work properly in functional flows e.g. Wizards
· [WICKET-4257] - Ajax indicator getting stuck when button is pressed multiple times
· [WICKET-4267] - Descendants of DynamicImageResource don't pass PageParameters to rendering code
· [WICKET-4296] - In Firefox the auto complete dialog will not be closed when clicking besides it.
· [WICKET-4297] - Wicket autocomplete when click right into the popup list without moving the mouse will not selelect the item under the mouse
· [WICKET-4330] - Non standard (quot;wicketquot;) namespace causes incorrect relative URL in certain cases
· [WICKET-4338] - POST params ignored by IPageParametersEncoder#decodePageParameters()
· [WICKET-4345] - CryptoMapper does not work for applications having a home page that needs query parameters
· [WICKET-4346] - getAjaxRegionMarkupId called for not enabled behaviors
[ Apache Wicket release history ]
Sub-task:
· [WICKET-4417] - CombinedRequestParametersAdapter ignores duplicate values for the same parameter name
Bug:
· [WICKET-2949] - Select does not work properly in functional flows e.g. Wizards
· [WICKET-4257] - Ajax indicator getting stuck when button is pressed multiple times
· [WICKET-4267] - Descendants of DynamicImageResource don't pass PageParameters to rendering code
· [WICKET-4296] - In Firefox the auto complete dialog will not be closed when clicking besides it.
· [WICKET-4297] - Wicket autocomplete when click right into the popup list without moving the mouse will not selelect the item under the mouse
· [WICKET-4330] - Non standard (quot;wicketquot;) namespace causes incorrect relative URL in certain cases
· [WICKET-4338] - POST params ignored by IPageParametersEncoder#decodePageParameters()
· [WICKET-4345] - CryptoMapper does not work for applications having a home page that needs query parameters
· [WICKET-4346] - getAjaxRegionMarkupId called for not enabled behaviors
[ Apache Wicket release history ]
Apache Wicket for Windows 7 - Copyright information
All Apache Wicket reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 Download periodically updates pricing and software information of Apache Wicket full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for Apache Wicket license key is illegal and prevent future development of Apache Wicket. Download links are directly from our mirrors or publisher's website, Apache Wicket torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 Download periodically updates pricing and software information of Apache Wicket full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for Apache Wicket license key is illegal and prevent future development of Apache Wicket. Download links are directly from our mirrors or publisher's website, Apache Wicket torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Post Apache Wicket review
Windows 7 Apache Wicket related downloads
Apache Ivy™ is a popular dependency manager focusing on ... characterized by flexibility, configurability, and tight integration with Apache Ant. Features: Apache Ivy™ is a ...
Apache Ant is a Java library and command-line tool ... dependency management can use Ant in combination with Apache Ivy. ...
BitNami Mantis Stack greatly simplifies the deployment of Mantis and its required dependencies. It can be ...
... of Django applications. It includes ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite, Python and Django and required ...
... on Rails applications. It includes ready-to-run versions of Apache, MySQL, Ruby and Rails and required dependencies. It ...
My Account
My Saved Stuff
AnyToJpeg 3.3
Download Remove
Any DVD Cloner Express 1.2.2
Download Remove
Free YouTube to MP3 Converter 3.10.11
Download Remove
Fix IE Utility 1.0
Download Remove
DDE server plugin 3.7.4.1130
Download Remove
Codice Fiscale 5.1.1
Download Remove
Encode360 2.03
Download Remove
ChemDoodle 2.0.3
Download Remove
BrushO! 1.05
Download Remove
EVVAddressBook 3.0
Download Remove
Evolution 2.28.1-1
Download Remove
ECrawl 2.63
Download Remove
Audio Sound Editor for .NET 2.2.1.0
Download Remove
123FTP-Free 3.9.1
Download Remove
Amphis Customer 3.0
Download Remove
AIMP Classic 3.10 B1040 Beta
Download Remove
ABC Roster 1.5.0
Download Remove
A-one iPod PSP 3GP Video Converter 7.6.3
Download Remove
Acoolsoft PPT to Video Free 3.2.3
Download Remove
Download Remove
Any DVD Cloner Express 1.2.2
Download Remove
Free YouTube to MP3 Converter 3.10.11
Download Remove
Fix IE Utility 1.0
Download Remove
DDE server plugin 3.7.4.1130
Download Remove
Codice Fiscale 5.1.1
Download Remove
Encode360 2.03
Download Remove
ChemDoodle 2.0.3
Download Remove
BrushO! 1.05
Download Remove
EVVAddressBook 3.0
Download Remove
Evolution 2.28.1-1
Download Remove
ECrawl 2.63
Download Remove
Audio Sound Editor for .NET 2.2.1.0
Download Remove
123FTP-Free 3.9.1
Download Remove
Amphis Customer 3.0
Download Remove
AIMP Classic 3.10 B1040 Beta
Download Remove
ABC Roster 1.5.0
Download Remove
A-one iPod PSP 3GP Video Converter 7.6.3
Download Remove
Acoolsoft PPT to Video Free 3.2.3
Download Remove
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- DOSBox 0.74
- Java Runtime Environment 6.31
- Java Runtime Environment 64bit 6.31
- BlueJ 3.0.7
- Texmaker 3.3.4
- Adobe Photoshop SDK CS6
- Qt Creator 2.5.0
- DOSBox Portable 0.74
- JAR Maker 0.9.0
- DotNET Nuclear C# Compiler 1.0.3983.17298
- Geany 0.21
- Agena 1.6.2
- cURL 7.26.0
- Airplay SDK 4.4.1
- D-Fend Reloaded 1.1.0
- CUDA 4.2.9
- HxD 1.7.7.0
- Jarfix 2.0.0
- LispIDE 20100202.21
- Mono for Android 1.0.0.10158
Popular Tags
net
edit
software protection
software
development
code protection
html
sql
database
obfuscation
visual
java
uml
visual basic
obfuscator
windows
vb net
visual studio
programming
view
sql server
sql tool
file
decompiler
tool
code security
dll
editor
xml
sql tools
Popular Windows 7 Software
- Turbo C++ 3.0
- Turbo Pascal 7.0
- DOSBox 0.74
- Java Runtime Environment 6.31
- Java Runtime Environment 64bit 6.31
- Microsoft .NET Framework 4 4.0.30319.1
- Free Pascal 2.6.0
- Notepad++ 6.1.3
- Microsoft .NET Framework 3.5 SP 1
- BlueJ 3.0.7
- Visual C++ Express Edition 2010
- Mozilla ActiveX Control 1.7.12
- Texmaker 3.3.4
- Visual Basic 6.0 HelpVistaXPDiamond 2.0.0.0
- EditPlus 3.41
© 2012 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.





