https://github.com/jmini/scout-helloworld
Experiment with the Eclipse Scout "Hello world" template.
https://github.com/jmini/scout-helloworld
Last synced: about 1 year ago
JSON representation
Experiment with the Eclipse Scout "Hello world" template.
- Host: GitHub
- URL: https://github.com/jmini/scout-helloworld
- Owner: jmini
- License: epl-1.0
- Created: 2016-03-04T06:19:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T17:09:19.000Z (almost 10 years ago)
- Last Synced: 2024-10-06T03:03:11.666Z (over 1 year ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: scout-helloworld
:project-name: Scout HelloWorld
:branch: master
:twitter-handle: j2r2b
:license: http://www.eclipse.org/legal/epl-v10.html
:license-name: Eclipse Public License - v 1.0
:repository: {gh-repo-owner}/{gh-repo-name}
:issues: https://github.com/{repository}/issues
//end::vardef[]
//tag::header[]
= {project-name}
This is a repository to experiment with the Eclipse Scout "Hello World".
//end::header[]
See the official documentation link:http://eclipsescout.github.io/6.0/beginners-guide.html#cha-helloworld["Hello World" Tutorial]
The new project is created with those parameters:
* Group Id: `com.company.example`
* Artifact Id: `helloworld`
* Display Name: `My Scout Application`
Addition to the result of the tutorial:
* Project `helloworld.all.app.dev` to launch in the same JVM the frontend and the backend server.
* Display the build timestamp in the info dialog
* Some build engineering additions
//tag::contact-section[]
== Get in touch
Use the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]
//tag::license-section[]
== License
link:{license}[{license-name}]
//end::license-section[]