Registry / web-framework / jfinal

jfinal

JSON →
library5.2.7javamavenunverified

A lightweight Java web framework with ActiveRecord ORM, inspired by Ruby on Rails.

<dependency> <groupId>com.jfinal</groupId> <artifactId>jfinal</artifactId> <version>5.2.7</version> </dependency>
INSTALL
IMPORT
SIG · JFINAL
J
jfinal
web-frameworkjavav5.2.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Controller
com.jfinal.core.Controller

A simple controller that renders text.

import com.jfinal.core.Controller; public class HelloController extends Controller { public void index() { renderText("Hello JFinal!"); } }
Debug
Known issues
gotchaJFinal uses its own routing and configuration; not compatible with standard Java EE annotations.
fix
Follow JFinal's configuration guide; use JFinalConfig to set up routes.
affects: all
Upgrade
Version history
5.2.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Resources
jfinal — mvn dependency:get jfinal · libregistry