Skip to content

Instantly share code, notes, and snippets.

@AndrienkoAleksandr
Last active September 26, 2017 08:38
Show Gist options
  • Save AndrienkoAleksandr/f04cf9a9a17ac90a512b582697cdce82 to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/f04cf9a9a17ac90a512b582697cdce82 to your computer and use it in GitHub Desktop.
{
"title": "Kitchen Sink",
"sections": [
{
"title": "Creation new project from sample",
"paragraphs": [
{
"text": "To create simple Kitchen sink project inside Eclipse CHE you can click \"Workspace\" -> \"Create Project...\" . When IDE open \"Create new Project\" wizard, select, please, \"Kitchen sink\" from the list of the \"Samples\", type project name and click \"Ok\" button. IDE will create new Spring project for you and you will see it in the \"Project Explorer\" widget."
},
{
"text": "Some test for test."
}
]
},
{
"title": "Run KitchenSink with help JBOSS",
"paragraphs": [
{
"text": "To run Kitchen sink application you need build it. Kitchen sink project template based on maven build tool. IDE provides with project template list of commands <bold>to build<bold> and run this application. This command you can see in the bottom \"Comman widget\". So simple select little triangle under the run command button, and select from commands list \"$your_project_name: Build, deploy and start JBOSS\". In the process panel you will see command output and preview URL \"preview\". Click on the preview url and IDE will open for you new browser tab with launched on the JBOSS KitchenSink web application. ",
"action": {
"label": "Build, deploy and start",
"actionId": "run-command",
"parameters": {
"name": "KitchenSink: Build, deploy and start JBoss"
}
}
}
]
},
{
"text": "You can navigate in the source code with help Project Explorer. It located in the left Panel with label \"Projects\"",
"action": {
"label": "Reveal tree to the node src/main/java",
"actionId": "expand-path",
"parameters": {
"path": "src/main/resources/import.sql"
}
}
},
{
"title": "Open file",
"paragraphs": [
{
"text": " To open some file",
"action": {
"label": "Open pom.xml",
"actionId": "open-file",
"parameters": {
"file": "pom.xml",
"line": 216
}
}
},
{
"action": {
"label": "Open README.md",
"actionId": "open-file",
"parameters": {
"file": "README.md",
"line": 1
}
}
},
{
"text": "File should be opened."
},
{
"text": "To be or not to be."
},
{
"text": "<h3>Expand path!!!</h3>",
"action": {
"label": "Reveal tree to the node src/main/java",
"actionId": "expand-path",
"parameters": {
"path": "src/main/java"
}
}
}
]
},
{
"paragraphs": [
{
"text": "To test",
"action": {
"label": "Build, deploy and start",
"actionId": "run-command",
"parameters": {
"name": "KitchenSink: Build, deploy and start JBoss"
}
}
}
]
},
{
"paragraphs": [
{
"action": {
"label": "Build, deploy and start",
"actionId": "run-command",
"parameters": {
"name": "KitchenSink: Build, deploy and start JBoss"
}
}
}
]
},
{
"title": "Run KitchenSink with help JBOSS",
"paragraphs": [
{
"action": {
"label": "Build, deploy and start",
"actionId": "run-command",
"parameters": {
"name": "KitchenSink: Build, deploy and start JBoss"
}
}
}
]
},
{}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment