goja

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.github.sogyf
ArtifactId

ArtifactId

goja
Last Version

Last Version

0.1.14
Release Date

Release Date

Type

Type

pom
Description

Description

goja
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/GojaFramework/goja

Download goja

Filename Size
goja-0.1.14.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sogyf/goja/ -->
<dependency>
    <groupId>com.github.sogyf</groupId>
    <artifactId>goja</artifactId>
    <version>0.1.14</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sogyf/goja/
implementation 'com.github.sogyf:goja:0.1.14'
// https://jarcasting.com/artifacts/com.github.sogyf/goja/
implementation ("com.github.sogyf:goja:0.1.14")
'com.github.sogyf:goja:pom:0.1.14'
<dependency org="com.github.sogyf" name="goja" rev="0.1.14">
  <artifact name="goja" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sogyf', module='goja', version='0.1.14')
)
libraryDependencies += "com.github.sogyf" % "goja" % "0.1.14"
[com.github.sogyf/goja "0.1.14"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • goja-core
  • goja-rapid
  • goja-boot
  • goja-test

Goja

感谢:@JFinal @JFinal-ext

  1. JFinal基础上,参考Play 1.2配置方式,将大部分的配置整合到一个配置文件,并支持动态启动相关插件等!
  2. 需要使用JDK-1.6 以及 Servlet 3.0 以上版本
  3. 通过javax.servlet.ServletContainerInitializer(需要Servlet3.0以上容器)的方式去掉了web.xml的配置

一、Goja-Cli(推荐)

一个为了方便使用idea和不喜欢Maven的脚本工具。可点击这里进行下载。

    $ goja
    ~
    ~ Gaja Application.
    ~ Usage: goja cmd application_name [-options]
    ~
    ~ with, new          Create a new application
    ~       war          Export the application as a standalone WAR archive
    ~       syncdb       Sync Database table to Jfinal Model
    ~       idea         Convert the project to Intellij IDEA project
    ~       pom          Generate Maven POM file, and comply with the standard configuration Goja-app
    ~       upgrade      Upgrade Code To Goja.
    ~       help         Show goja help
    ~

更多信息

可以点击 Goja Document 查看更详细的信息。

示例

jfinal-showcase

com.github.sogyf

GojaFramework

Goja Java Web Framework;Based on the Jfinal Framework.

Versions

Version
0.1.14
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5.2
0.1.5.1
0.1.5
0.1.4-1
0.1.4
0.1.3
0.1.2
0.1.1
0.1
0.0.10