gaerminal

run groovy script on your Google App Engine app

Лицензия

Лицензия

Категории

Категории

Сеть MINA Networking
Группа

Группа

net.sue445
Идентификатор

Идентификатор

gaerminal
Последняя версия

Последняя версия

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

gaerminal
run groovy script on your Google App Engine app
Ссылка на сайт

Ссылка на сайт

https://github.com/sue445/gaerminal

Скачать gaerminal

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.sue445/gaerminal/ -->
<dependency>
    <groupId>net.sue445</groupId>
    <artifactId>gaerminal</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sue445/gaerminal/
implementation 'net.sue445:gaerminal:0.0.3'
// https://jarcasting.com/artifacts/net.sue445/gaerminal/
implementation ("net.sue445:gaerminal:0.0.3")
'net.sue445:gaerminal:jar:0.0.3'
<dependency org="net.sue445" name="gaerminal" rev="0.0.3">
  <artifact name="gaerminal" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sue445', module='gaerminal', version='0.0.3')
)
libraryDependencies += "net.sue445" % "gaerminal" % "0.0.3"
[net.sue445/gaerminal "0.0.3"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.codehaus.groovy : groovy jar 2.1.3
javax.servlet : jsp-api jar 2.0
javax.servlet : servlet-api jar 2.5

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Модули Проекта

Данный проект не имеет модулей.

GAErminal(GAE + terminal)

  • master: Build Status
  • develop: Build Status

Overview

run groovy script on your Google App Engine app (like as Jenkins script console)

Sample

gaerminal

Install

1. add jar in your classpath

cp /path/to/app
cp gaerminal.x.x.x.jar ./war/WEB-INF/lib
cp groovy.x.x.x.jar ./war/WEB-INF/lib

If you use maven, add to pom.xml

<dependency>
    <groupId>net.sue445</groupId>
    <artifactId>gaerminal</artifactId>
    <version>0.0.3</version>
</dependency>

2. edit web.xml

example

https://github.com/sue445/gaerminal/blob/master/web/WEB-INF/web.xml

if you forget <security-constraint> section, anyone can access gaerminal !

3. run app and access

open http://localhost:8888/gaerminal/

Commands

Setup

cp gradle.properties.sample gradle.properties
vi gradle.properties
gradle idea

Run stand-alone

gradle gaeRun
open http://localhost:8888/gaerminal/

Версии библиотеки

Версия
0.0.3
0.0.2
0.0.1