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.
Is anyone aware of any tutorial or link from where I could learn how to create my own custom application server like Tomcat or Jboss.
Here You have top 6 Java EE application servers. In server site You can find documentation, and source code. It should help you. But BTW why are You trying to do it?
No link that i know of, but you could take a look at Glassfish (a Java EE reference implementation) as it is open source.
Might be a good starting point.
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 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 9 years ago.
I need to store uploaded files in my web app. Database seems to be wrong even though someone says it is just fine. Uploading the files to the local filesystem of the app container is not scaleable. So from what I know the only option I have is JCR and I wonder if you would use it in a new project today? What are the options? (links would be great)
You can use Apache Hadoop to serve files in a clustered application.
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 am building a mid-sized standalone console based java application and I must log various events that can take place. I am not sure about which API to use. I have looked upon Logback Project and log4j. I am concerned if these are the right one, since both of the seem to have extensive uses in the web application projects. Please help me decide if I am better using the default java.util.logging API or should I use another frameworks; if so which one.
Thanks!
I recommend slf4j.(it's written by the same guy who did log4j) You can read more from here
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 want to learn Java EE 6. I am new to the entire EE thing but I am proficient with Core java. Can someone suggest a good book to learn this? I checked out Amazon and Oracle's website but I have got mixed reviews on them.
You can try one of Antonio Goncalvez books, they're good for beginners in JavaEE realms.
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 want to host a sample java web application(if possible any DB) for my learning, can you suggest any free cloud hosting providers?
Try Google App Engine for Java -- you can either use GAE-specific code or run most regular WAR files there. Pay special attentation to the restrictions of the sandbox your code runs in on GAE.
Try a free trial with Microsoft's Azure