Skip to content
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

Add TouchKit demo application #42

Open
peholmst opened this issue Apr 1, 2014 · 4 comments
Open

Add TouchKit demo application #42

peholmst opened this issue Apr 1, 2014 · 4 comments

Comments

@peholmst
Copy link
Owner

peholmst commented Apr 1, 2014

No description provided.

@peholmst peholmst added this to the 0.0.2 milestone Apr 1, 2014
@peholmst peholmst modified the milestones: 0.0.2, 0.2.1 Jun 18, 2014
@frandevel
Copy link

This would be really nice to have. Right now I'm trying to play with Touchkit and vaadin4spring and run into the issue of not being able to get the NavigationView managed by Spring. Therefore, no @PostConstruct methods are called and no services are used. I have now a very nice UI but useless due to not being able to use the services :O(
Posted this issue on stackoverflow:
http://stackoverflow.com/questions/26962415/vaadin4spring-and-vaadin-touchkit-navigationview

@mstahv
Copy link
Collaborator

mstahv commented Nov 17, 2014

I answered you question on stack overflow, I hope that helps to get forward.

@frandevel
Copy link

Thanks a lot @mstahv . I'll come back with feedback.

@frandevel
Copy link

Hi @mstahv . The tip really helped to identify a code error. I was passing the NavigationManager a new manually instantiated view. Sorry. I removed @VaadinView annotation an treated it as any other AbstractComponentContainer and it's working fine now, with @VaadinComponent
The following question would be about the best practices of, either autowiring the existing available views in the UI, or letting the views unmanaged and passing into the constructor of the view the needed services. Having this way, the UI, as the only managed bean

@peholmst peholmst modified the milestone: 0.0.3 Dec 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants