You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often, when creating a new project, it would be helpful to be provided with some boilerplate code, specifically:
A class CustomConfiguration serving as a Spring Configuration under com.edorasware.config.custom
A simple REST endpoint DemoController with a GET and POST RequestMapping under com.example.demo.rest which yield a simple ImmutableMap/JSON.
A class DemoRestConfiguration under com.example.demo.config with a default @ComponentScan on com.example.demo.rest
A class CustomDispatcherConfiguration under com.edorasware.rest which Imports the DemoRestConfiguration possibly along with required Addon DispatcherConfigurations
A folder webapp along with a custom.css file containing some basic customizations (ideally a custom logo), an accounts.css as well as a custom.js containing a simple service. Additionally, a folder WEB-INF containing a bare-bone web.xml file should be generated.
A palette configuration demo.process.palette.xml under com.edorasware.vis.palette containing a component-presentation which references a demo picture as well as a group and a simple custom service task component. The expression could be really simple as well and merely demonstrate the concepts.
Since there already is a flag "Generate Sample Code", I'd suggest that above files are only included if the flag is ticked.
The text was updated successfully, but these errors were encountered:
A new configuration endpoint for the dispatcher servlet will be introduced soon by edoras one (https://jira.edorasware.com/browse/CLD-12189). We should use this directly instead of creating a CustomDispatcherConfiguration.
Often, when creating a new project, it would be helpful to be provided with some boilerplate code, specifically:
CustomConfiguration
serving as a Spring Configuration undercom.edorasware.config.custom
DemoController
with a GET and POST RequestMapping undercom.example.demo.rest
which yield a simple ImmutableMap/JSON.DemoRestConfiguration
undercom.example.demo.config
with a default@ComponentScan
oncom.example.demo.rest
CustomDispatcherConfiguration
undercom.edorasware.rest
which Imports theDemoRestConfiguration
possibly along with required Addon DispatcherConfigurationswebapp
along with acustom.css
file containing some basic customizations (ideally a custom logo), anaccounts.css
as well as acustom.js
containing a simple service. Additionally, a folderWEB-INF
containing a bare-boneweb.xml
file should be generated.demo.process.palette.xml
undercom.edorasware.vis.palette
containing acomponent-presentation
which references a demo picture as well as a group and a simple custom service task component. The expression could be really simple as well and merely demonstrate the concepts.Since there already is a flag "Generate Sample Code", I'd suggest that above files are only included if the flag is ticked.
The text was updated successfully, but these errors were encountered: