xkin

xiaoxiao2021-03-06  82

http://xkins.sourceforge.net/index.html

Xkins Is a framework That Manages Skins for your web application.

.

In early Java-Server-Side days, you used to put HTML hardcoded in a Servlet. Then, JSP came to allow you to put your HTML outside Java code. Nowadays, the same happens with taglibs that have HTML tags hardcoded in Java code. Using xkins you can put this html outside your code with an affitional and powerful feature: Skins.

Xkins stands from eXtendable Skins. You can define as many skins as you like, and each skin can extend other skin, so it can use all its parent's components and override what it needs to look in a different way. With this feature, maintaining multiple Skins Becomes a Simpler Task.

Xkins framework uses Velocity to process snippets of HTML, but you can use any other template processor (Xkins comes with it's own default processor). Xkins also comes with Forms Tag Libs, that allows you to create forms using Xkins and comes with four Skins. Xkins Forms Integrates with struts framework.

Xkins Also Fits Perfect in JSF World, Playing A Role As a Renderkit, And Can Work with Other Presentation Frameworks, Struts-Layout.

You can Download Xkins Framework from sourceforge.net.

转载请注明原文地址:https://www.9cbs.com/read-95631.html

New Post(0)