Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Last active September 23, 2016 02:39
Show Gist options
  • Save fernandojunior/19732fd79dac43311890b83e39bd6f2c to your computer and use it in GitHub Desktop.
Save fernandojunior/19732fd79dac43311890b83e39bd6f2c to your computer and use it in GitHub Desktop.
Spring jsf
Spring + JSF
http://stackoverflow.com/questions/6827752/whats-the-difference-between-component-repository-service-annotations-in
https://www.mkyong.com/jsf2/jsf-2-0-spring-integration-example/
https://papweb.wordpress.com/2011/07/29/spring-mvc-3-jsf-2-with-maven-2-and-tomcat/
http://javabeat.net/spring-annotations-component/
http://stackoverflow.com/questions/18387993/spring-jsf-integration-how-to-inject-a-spring-component-service-in-jsf-managed
http://www.mkyong.com/spring3/spring-3-and-jsr-330-inject-and-named-example/
Spring Data
https://geowarin.github.io/using-spring-data-jpa-in-a-java-se-environment-and-run-tests-with-dbunit.html
http://stackoverflow.com/questions/24572092/using-java-generics-for-jpa-findall-query-with-where-clause
https://www.caelum.com.br/apostila-java-web/uma-introducao-pratica-ao-jpa-com-hibernate/
https://github.com/spring-projects/spring-data-examples/
http://javabeat.net/spring-data-custom-repository/
http://docs.spring.io/spring-data/data-commons/docs/1.6.1.RELEASE/reference/html/repositories.html
http://stackoverflow.com/questions/12790853/how-does-spring-data-jpa-differ-from-hibernate-for-large-projects
Spring Data + Hibernate
https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa/1.10.3.RELEASE
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa/1.4.1.RELEASE
https://spring.io/guides/gs/accessing-data-jpa/
https://www.javacodegeeks.com/2013/05/spring-jpa-data-hibernate-mysql-maven.html
http://blogs.sourceallies.com/2011/08/spring-injection-with-resource-and-autowired/
https://dzone.com/articles/resource-injection-vs
https://spring.io/guides/gs/accessing-data-rest/
https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters/spring-boot-starter-data-jpa
Spring MVC x JSF
http://blog.caelum.com.br/entenda-os-mvcs-e-os-frameworks-action-e-component-based/
https://www.google.com/trends/explore?date=all&q=jsf,spring%20mvc
http://www.mkyong.com/spring3/spring-3-mvc-hello-world-example/
http://www.mkyong.com/spring3/spring-3-mvc-hello-world-example-annotation/
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/view.html
http://stackoverflow.com/questions/18744910/using-jsf-as-view-technology-of-spring-mvc
https://dzone.com/articles/why-you-should-avoid-jsf
http://www.slideshare.net/mraible/comparing-jsf-spring-mvc-stripes-struts-2-tapestry-and-wicket-presentation
https://www.google.com/trends/explore?date=all&q=jsf,spring%20mvc,spring%20boot
https://jcp.org/en/jsr/detail?id=371
http://www.oracle.com/technetwork/articles/java/mvc-2280472.html
http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-classpath-scanning
https://github.com/spring-projects/spring-webflow-samples/tree/master/primefaces-showcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment