🔐
wffweb-12.0.0 is released
A java framework to develop web applications. It's initiated in 2014 but it is officially published in 2015 as an open source framework under Apache license.
-
Web Firm Framework
- https://webfirmframework.com
Pinned Loading
-
wffweb-graalvm-production-ready-sample-projects
wffweb-graalvm-production-ready-sample-projects PublicSample wffweb project to build native image with GraalVM.
Java 1
-
wffweb-demo-deployment
wffweb-demo-deployment Publicwffweb 12 demo project. It uses embedded tomcat 10.
-
minimal-production-ready-projects
minimal-production-ready-projects PublicMinimal production ready webfirmframework projects. The sample projects in this repository use bootstrap css framework, foundation css framework etc..
-
Example of getSharedData and setShar...
Example of getSharedData and setSharedData methods on a tag 1import com.webfirmframework.wffweb.tag.html.Body;
2import com.webfirmframework.wffweb.tag.html.Html;
3import com.webfirmframework.wffweb.tag.html.TitleTag;
4import com.webfirmframework.wffweb.tag.html.attribute.global.Id;
5import com.webfirmframework.wffweb.tag.html.metainfo.Head;
-
Example for Sateful input field whic...
Example for Sateful input field which syncs the value state to the server on change value event. 12import com.webfirmframework.wffweb.tag.html.AbstractHtml;
3import com.webfirmframework.wffweb.tag.html.attribute.AttributeNameConstants;
4import com.webfirmframework.wffweb.tag.html.attribute.Value;
5import com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute;
-
Sample form submit java code, refer ...
Sample form submit java code, refer https://webfirmframework.github.io for developers guide 1import java.util.logging.Logger;
23import com.webfirmframework.wffweb.tag.html.AbstractHtml;
4import com.webfirmframework.wffweb.tag.html.Br;
5import com.webfirmframework.wffweb.tag.html.attribute.Checked;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.