As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
In what case is it important to use Spring framework?
Please make clear about what are advantages and also more about it. I am new to Spring framework.
Why Use Spring. this may help you. One linked Stack overflow question
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
i am developing a small project in java called slambook.i need some suggestion that which database should be use h2 or sqlite.my project does not deal with client and server. .
which database gives better performance?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I wanted to start writing my own service, which will gives iOS- app json and receive the same json, but I don't know from what I should start. Could you tall me some tutorial, and example?
Thank you
You should start with figure out how web services work.
I can recommend you REST approach. It is easy to set up and maintain.
Here you can find a good tutorial and here there is something useful from Oracle.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to use JPA in a project. I have no previous experience with JPA and what I am reading through internet sources is a little confusing. I do not know if I should use Hibernate, EclipseLink or some other.
What can you recommend for me as a beginner?
Refer this hibernate-and-mysql
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am looking for tool (API) to use for Batch Process Implementation. Do you guys suggest any?
spring-batch
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Can someone give a good suggestions of an excellent tutorial on org.apache.http.client.HttpClient
I tried this one but it does not cover a lot of details about the params etc.
http://hc.apache.org/httpclient-3.x/tutorial.html
Apache HttpClient - Tutorial has examples using params
The following will send a post request to the URL "http://vogellac2dm.appspot.com/register" and include a parameter "registrationid" which an random value.