Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can any one share some information about the sample application using hibernate for learning.
Basically I am looking for an application that allows me to do basic database operation from the client page.
Thanks,
Kamal
Checkout the Hibernate 3.6.0.Beta4 release Announcement
Links to Getting Started Guide and Sample Applications are also available in the blog...
Anyway, in the interm I thought this one was close enough that I went ahead and made it available from http://dl.dropbox.com/u/3636512/getting-started-guide/index.html. Some notes:
* This url is only made available temporarily
* The documentation references a link to obtain the code. That link is
not accurate. We are still deciding
where these will live and how they
will be referenced. In the meantime I
have zipped up the code and made it
available here:
http://dl.dropbox.com/u/3636512/getting-started-guide/tutorials.tar.gz
(again temporarily).
Also Read Java Persistence with Hibernate by Christian Bauer and Gavin King. (bit old book but Excellent! :))
The fllowing site will help you out.
http://facestutorials.icefaces.org/tutorial/hibernate-tutorial.html
Lot of samples are available in net. google it.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
What can I do to improve the docs of the official Java API? Is there some convenient way such a wiki site of javadoc allowing people to edit?
If there is none available, what about some tool/script helping document integration? Something which provides auto-integration of javadoc and custom documents, so I can add contents while keeping sync with new API javadoc?
PS: I'm hoping to improve several parts such as JavaFX and Reflection, both lack examples and the latter contains many stub docs such as Class.getSimpleName() = returns the simple name of class.
Head over to OpenJDK. They have a section on 'Hacking the JDK itself' and they accept patches. There is a lot of synergy between OpenJDK and Oracle.
That said, Oracle also have a contribution process outlined here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'd like to submit a Java8 LocalDate API change request (RFE) to Oracle. Unfortunately, the one and only form I could find (http://bugreport.java.com/bugreport/) does not provide the fields (Category, Sub-Category, ) I would need to specify me request correctly.
Is there any other way of filing correct and thorough Java change request to Oracle?
Does this link help you? Anyway, you will need an account at Oracle.
The categories are "core-libs" (components) and "java.time" (subcomponent). Am just curious, what would you like to change?
UPDATE: I have now got a closer look. It seems the bug report website is not quite uptodate with Java 8, missing the possibility to specify the java.time-package. So I would instead try to choose the subcategory "java.util.*" or "JDK/JRE documentation, API, tutorials (doc)" dependent on the kind of your RFE. The categoriy should probably be "Java Platform Standard Edition (JDK/JRE)".
And notice that you can only file bug reports or RFEs, but not request for changing the API in a backwards incompatible manner.
Bug: A behavior that violates the specification.
RFE: A feature that should be added to the product.
Another idea:
You can try to send an issue on Threeten/Github.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've searched so far many times for this question but unfortunately without any result.
This is my question: Is there any open source shopping cart solution (e-commerce system) for javaEE (java based)? I mean something like OpenCart.
I appreciate your comments.
Broadleaf Commerce is open source based on Spring and Hibernate.
Apache OFBiz (The Apache Open For Business Project) . The development community is quite helpful. The live demo is also available for more details visit ofbiz . There is also BigFish Open source E-commerce which is based on ofbiz platform.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I was trying to find out a good website for aspiring technical architects. To be precise, I have worked for 10 years in Java/J2EE areas, and now would like to gain further knowledge on architecture side of application. At the same time If I could see upcoming trends in technology that could provide a roadmap for Java professionals, would be of great help.
I usually get an hour or two to spend on doing extra things that includes scanning web sites, reading some articles etc..
I would like to know from experts, what site usually can be referred that can enrich me with good knowledge by spending an hour or two regularly? Or If you can share your experience would certainly help.
I like infoq.
I like Java Posse. They have lot of relevant podcasts for technical architects http://www.javaposse.com/
java lobby on dzone is quite a nice place, but you probably have already found that out. they do publish a variety of excellent quality articles.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
"The Morning Brew" it's a very well done blogs that each day summarize the best posts for the .Net development platform.
It can be found at http://blog.cwa.me.uk/.
Is there a similar blog for Java? If not is someone interested in doing one? I do not need a series of blog about Java (I've already subscribed) but something that, like the .Net equivalent, posts the most relevant finding of the day.
Took a look at your link, for me something similar to it but in Java World is TheServerSide.com - "Your Enterprise Java Community"
Another good feed is "Javalobby - the heart of the Java developer community". In fact I prefer to surf its parent resource http://dzone.com/ - here you can find popular links from different technologies all around the web, and it keeps me up ;)
The Java Posse is an excellent java/news podcast resource, and the "liner" notes for their episodes have detailed links and notes.