-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New start.spring.io project -> missing dependencies #163
Comments
I guess we need a multi-module example project. All the current samples are single-module. |
Thanks Petter! |
@peholmst @swallace21 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 |
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.
The text was updated successfully, but these errors were encountered: