vaadin4spring
vaadin4spring copied to clipboard
New start.spring.io project -> missing dependencies
Hi excellent work on this project! I am working with some of the samples and this excellent example: https://github.com/markoradinovic/Vaadin4Spring-MVP-Sample-SpringSecurity
I am trying to convert several of the projects to run on Wildfly 8 as war files. When working with the project, Eclipse is reporting that there are several missing jars such as the EventBus and Security, etc... I know this project should tie into the mutli mode vaadin4spring project. However there are no instructions here or there how to complete that final integration step.
I know part of this is my own ignorance on working with multi mode maven projects. Is there a good resource to reference to bridge this gap? I can't be the only user with this problem. I'd love to help document the steps to help other users out too.
I guess we need a multi-module example project. All the current samples are single-module.
Thanks Petter!
@peholmst @swallace21 What about the following. We update the security sample project to a multi module maven project.
Which we will base upon the official Vaadin maven archetype generator. Would that be sufficiënt?
Or do you mean another type of multi-module setup?
@GJRTimmer At least for me, that would be sufficient. What does @swallace21 think?
@peholmst @GJRTimmer That would work for me as well. Thank you.
I will try to get it completed this week.
@peholmst @swallace21 I will try to see if I can get it completed within the next few days; I don't have it lying around on my harddisk.