Skip to content

Kaljurand/GF-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java interface to GF

Java front-end to a GF service, modeled after the GF Webservice / GF Cloud Service

Status

  • Interface definitions almost complete.
  • GF Webservice wrapper covers the main webservice functionality.

Backends

GF Webservice / GF Cloud Service

Documentation:

Starting (requires GF version 2012-11-14 or newer):

$ GF_RESTRICTED=yes gf --server=41297 --document-root `pwd`/document-root

(Might require the full path to the document-root directory.)

Note that the document root must contain a writeable subdirectory tmp for the storage commands to work.

See usage examples in tools/test_gfws.sh.

JPGF

JPGF could be another possible backend, but currently calls to it have not been implemented.

Building

Testing against the locally running GF server.

$ mvn test

Building the jar-file.

$ mvn package -DskipTests

Building the website

$ mvn site

Setting up an Eclipse project

The Eclipse (or any other IDE) project files are not included in this repository. To generate the required Eclipse files, run:

$ mvn -Declipse.workspace=/home/yourname/workspace/ eclipse:configure-workspace
$ mvn eclipse:eclipse

Download

Download the jar if building from source should fail:

Examples

Funding

The development of this software has been funded by:

About

Java front-end to a GF service, modeled after the GF Webservice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages