diff --git a/.project b/.project index c478518..d2fe1bb 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - ibis4example + ibis4template diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 99ef62e..f5e95f1 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,17 +1,17 @@ - + - + consumes consumes - - + + diff --git a/README.md b/README.md index d841cea..de2165c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## Purpose -The ibis4example project is meant as a starterkit for creating a new ibis applications. -## What is ibis -An ibis is an application is an implementation of the IAF (Ibis Adapter Framework) and can be used to build backend applications or integration component wich will run on any java machine +The ibis4template project is meant as a starter kit for creating a new ibis application. +## What is Ibis +An ibis is an application is an implementation of the IAF (Ibis Adapter Framework) and can be used to build backend applications or integration component which will run on any Java machine. ******* ## Getting started Eclipse @@ -26,7 +26,7 @@ Eclipse Window, Preferences, Maven, User Settings, settings.xml should exist and contain proxy configuration. + Git Window, Open Perspective, Other..., Git, OK, - Clone a Git repository, URI: https://github.com/ibissource/ibis4example.git, Next, Next, Finish. + Clone a Git repository, URI: https://github.com/ibissource/ibis4template.git, Next, Next, Finish. + Install Server If no servers are available. Click this link to create a new server..., Apache, Tomcat v7.0 Server or higher, Next, Browse..., select the root folder of a Tomcat installation @@ -36,17 +36,17 @@ Eclipse Double click Tomcat v7.0 Server at localhost, Open launch configuration, Arguments, VM arguments, add ```-Dotap.stage=LOC```, OK Next click Modules tab, Add Web Module..., iaf-example, OK, File, Save Right click Tomcat v7.0 Server at localhost, Start. -+ Start ibis4example on your local machine - Open a webbrowser and goto [http://localhost:8080/ibis4example/](http://localhost:8080/ibis4example/) to check if ibis4example is running ++ Start ibis4template on your local machine + Open a webbrowser and goto [http://localhost:8080/ibis4template/](http://localhost:8080/ibis4template/) to check if ibis4template is running ### Trouble shooting In some cases you might want/need to: -- Rightclick ibis4example, Maven, Update Project..., OK. +- Rightclick ibis4template, Maven, Update Project..., OK. - Enable Project, Build Automatically - Right click Tomcat v7.0 Server at localhost, Clean... - Change newlines in .classpath and org.eclipse.wst.common.component files back to Unix newlines. -- Rightclick pom.xml (in ibis4example), Run As, Maven build..., JRE, make sure a JDK +- Rightclick pom.xml (in ibis4template), Run As, Maven build..., JRE, make sure a JDK (not a JRE) is used, Refresh, Refresh resources upon completion, - The local Maven repository might contain corrupt jar files which for example will result in java.lang.NoClassDefFoundError: @@ -61,8 +61,8 @@ Command-line interface Initial: -- git clone https://github.com/ibissource/ibis4example -- cd ibis4example +- git clone https://github.com/ibissource/ibis4template +- cd ibis4template - mvn - cd example - mvn jetty:run diff --git a/buildspec.yml b/buildspec.yml index 9c25ce0..fb7ec9a 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -7,4 +7,4 @@ phases: artifacts: files: - '**/*' - base-directory: target/ibis4example-* + base-directory: target/ibis4template-* \ No newline at end of file diff --git a/pom.xml b/pom.xml index 636789d..a624d18 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,12 @@ 4.0.0 org.ibissource - ibis4example + ibis4template 0.0.1-SNAPSHOT war - Ibis4Example + Ibis4Template test project - ibis4example.ibissource.org + ibis4template.ibissource.org UTF-8 diff --git a/src/main/resources/Configuration.xml b/src/main/resources/Configuration.xml index 425837d..ed128e6 100644 --- a/src/main/resources/Configuration.xml +++ b/src/main/resources/Configuration.xml @@ -2,7 +2,7 @@ ]> - + diff --git a/src/main/resources/DeploymentSpecifics.properties b/src/main/resources/DeploymentSpecifics.properties index 43db194..a043f44 100644 --- a/src/main/resources/DeploymentSpecifics.properties +++ b/src/main/resources/DeploymentSpecifics.properties @@ -5,7 +5,7 @@ # The values in this file override the values in AppConstants.properties # the name of this instance of the AdapterFramework -instance.name=Ibis4Example +instance.name=Ibis4Template active.ifsa=false active.config.database=false @@ -13,7 +13,7 @@ jdbc.migrator.active=true jdbc.convertFieldnamesToUppercase=true -#Ibis4Example +#Ibis4Template HelloWorld.active=true HelloWorlds.active=true