Code Monkey home page Code Monkey logo

iplass's Introduction

lang: English | 日本語

iPLAss

エンタープライズクラスのシステム開発における生産性向上を主目的とした、javaベースのローコード開発プラットフォームです。

Docker

> docker pull iplass/iplass-standalone
> docker run -p 8080:8080 -e IPLASS_TENANT_ADMIN_PASSWORD=[yourPassword] iplass/iplass-standalone

起動後、

http://localhost:8080/iplass

にアクセスします。 ログイン画面で、IDに’admin'、パスワードに[yourPassword]を入力しログインしてください。

詳細は以下を参照ください。

Download

次のページからSDK、インストーラ、Eclipse Pluginがダウンロード可能です。

また、jarは groupId : org.iplass でMaven Centralに公開しています。

gradleでの定義例:

implementation 'org.iplass:iplass-gem:3.1.9'

mavenでの設定例:

<dependency>
  <groupId>org.iplass</groupId>
  <artifactId>iplass-gem</artifactId>
  <version>3.1.9</version>
  <type>pom</type>
</dependency>
Note
JakartaEE8 (Servlet/JSP/JSTL/EL/JAX-RS/BeanValidation/CommonAnnotations/JavaMail/JAXB/JAF) のランタイムが必要です。 スケルトンプロジェクト のbuild.gradleを参考にしてください。

以下は各モジュールの説明です。

iplass-core

iPLAssのコアモジュールです。
その他の各モジュールから参照されます。

iplass-web

web関連機能のモジュールです。
WebFragments形式です。

iplass-admin

adminConsoleのモジュールです。
WebFragments形式です。
GWT/SmartGWTベースです。

iplass-gem

GEM関連機能のモジュールです。

iplass-test

Unitテストをサポートするモジュールです。
JUnitベースです。

iplass-tools

管理用機能のモジュールです。
iplass-admin、iplass-tools-batchから参照されます。

iplass-tools-batch

バッチプログラム群のモジュールです。

iplass-infinispan

infinispanアドオンモジュールです。
キャッシュストア、クラスタ間通信基盤としてinfinispanを利用することを可能にします。

iplass-redis

Redisアドオンモジュールです。
キャッシュストアとしてRedisを利用することを可能にします。

Branches

master

現在の最新のバージョン3.1.xのソースはmasterブランチです。

Note
(Java8 | Java11) / JakartaEE8(JavaEE8)ベースです

3.0.x

以前の安定版3.0.xのソースは3.0.xブランチです。

Note
(Java8 | Java11) / JavaEE7ベースです

Build

gradleでビルドします。

> gradlew
Note
publicなmavenが存在しないサードパーティライブラリを手動でlibディレクトリ以下に格納する必要があります。 lib/smartgwt/note.txt参照してください。

License

商用ライセンスをご希望の方は、 下記リンクよりお問い合わせください。

iplass's People

Contributors

higuchikiyoshi avatar xkazama-yukio3 avatar houshiplass avatar isid-maxingguo avatar yumaishida avatar houke4743 avatar yoshiharuyasuda avatar xsuzukiyosuke avatar kimukimu2k20 avatar shojimahiroki-2 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.