I am new to Spring and Hibernate. I have learned and tried the basic examples from sites like www.mkyong.com ,krams915.blogspot.com .
Now i want to try building some applications using Spring,hibernate. I am looking for some project examples which i can refer.
I searched google for this , but couldn't find one
Can anyone please suggest?
Thanks in Advance.
Try to search GitHub, BitBucket or SourceForge. There is also a "semi-official" sample app PetClinic developed by SpringSource.
Related
I found the quarkus-hibernate-reactive-panache extension but I couldn't find an example of it using Panache orm with reactive repositories (In my case I use postgresql).
PanacheRepositoryBase.java seems that works as I need (smallrye.mutiny.*), could anybody link me to an example?
Thanks in advace, and nice work on quarkus project.
Regards
UPDATE: A quickstart is now available on the Quarkus quickstarts development branch: https://github.com/quarkusio/quarkus-quickstarts/tree/development/hibernate-reactive-panache-quickstart
Old answer:
I've just created a new quickstart for Hibernate Reactive with Panache in Quarkus:
https://github.com/quarkusio/quarkus-quickstarts/pull/809
Hopefully, it will be included soon in the list of quickstarts, but you can have a look already if you want to play with it.
I found few typos/mistakes in Spring Boot reference guide.
Could you please suggest whom can I contact, or even better how to fix it myself (e.g via pull request if possible) ?
I checked spring GitHub repository but spring-boot-actuator-docs seems to have nothing to do with reference guide.
Thanks in advance.
Spring Boot is like any regular github project. It is located here:
https://github.com/spring-projects/spring-boot
If you want to fix the typos, create a pull request. You'll find all you need to know in our contributing page. The documentation is located in the spring-boot-docs module
I am trying to create a REST API using Project Wonder's ERRest.framework for WebObjects. Can anybody show me a REST API example using the ERRest framework?
thanks
Raghu
There's a tutorial introduction over at the Project Wonder wiki.
I'm new in Spring and I'm using it with Graph ORM module, I have searched around internet but just found a little code somewhere, there is no full tutorial guide me step by step from configuration to implement it using repository pattern.
Do you know any good tutorial about this ? Please give me some suggestions. Thanks alot !
There are coding examples galore on github. Getting started guide can also be found in springsource project itself. I am not sure what step-by-step you need, but any of those examples can be stripped bare, and pom.xml mildly modified -- e.g. your artifact id -- so as to provide you a template Spring-Neo4j project.
[edit per comment]:
Hello-Worlds using Spring & Neo4j.
Maybe this tutorial will suit your needs? It has a foreword by Rod Johnson and all!
I am new to Spring and webflow.
I was looking for some demo application and someone suggested me to look at petclinicplus
# http://code.google.com/p/petclinicplus/.
But I do not know how to download the project? I can see that it allows svn checkout.
I also dont know svn, but I tried to downloaded svn and executed
svn checkout http://petclinicplus.googlecode.com/svn/trunk/ petclinicplus-read-only
however it is not working.
Is there any other way to download?
Cheers
Examples are bundled with the source. You can sownload Spring Webflow from springsource.com.
You can browse the booking application online here:
https://fisheye.springsource.org/browse/spring-webflow
Getting started can be tricky, but I recommend this blog as a quick simple boot-up point:
http://jee-bpel-soa.blogspot.com/2008/12/building-spring-web-flows-2.html
Spring Web Flow samples on GitHub:
https://github.com/SpringSource/spring-webflow-samples