Good Website for aspiring Java technical architects [closed] - java

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.

Related

Best way to start learning Android development? [closed]

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
I want to start learning Android app development and was wondering whether I should start with an online school like treehouse or code academy (if so, which one would be the best) or just by using Google's tutorials. I have pretty decent knowledge with Java. I've never used an online school before, so I don't know how and what they teach. Which is why I'm asking here.
I too recently started learning Android Development and for me, I found that Big Nerd Ranch's book on Android Programming was extremely helpful. As someone who has had a lot of schooling in Java, there coding if very simplistic, but it is a great entry point into the subject IMO. During the 3 or 4 apps they walk you through, they gives you a good understand of, not only the development process of android apps, but also the Android SDK (development kit).
While Google's tutorials on android are very in-depth, BNR's book is much easier to swallow as a beginner.
Here's the link to their page if you're interested: http://www.bignerdranch.com/we-write/android-programming.html

Java Learning Tasks + Solution (mini project) [closed]

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'm currently reading Head First Java, and I am wondering if there any websites or books? that I could go to that would set out some sort of task or assignment for me to practice on. In order to gain a better practical understanding of java. Even something like a mini project and then at the end I could see a completed solution that would show me areas I could of improved my code.
Even a Step by Step project tutorial for creating a game perhaps?
Has anyone got any resources like this?
Thanks
Code Kata is a good place to find various programming assignments, and those are not language-specific. So, there's no real "one solution" to them, but they are a good way to get you thinking about different classes of problems.
I'm pretty sure I've seen another site much like that, but can't seem to think of which one it might have been right now.
Or, if you are mthematical inclined, try Project Euler.
take a look at this site it has lots of mini project related to java
http://www.1000projects.com/new/java/mini/main.html
Java Student Projects
http://mindprod.com/project/projects.html
Example Depot is a great place for real-life java examples. Try looking at examples and combining them to create a real application.
If you want more theoretical assignments: http://www.psc-consulting.ca/fenske/cpjava.htm

Does anybody knows a "Morning Brew" like blog for Java? [closed]

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.

DiveIntoPython like for Java? [closed]

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
Any Java tutorial that resembles Mark Pilgrim's approach for DiveIntoPython?
What about the official Java Tutorial? I found it pretty helpful to get started with the language.
I haven't read Dive Into Python but I do know that Bruce Eckels Thinking In Java is an excellent book and well worth a look.
Be warned though - it's monster size and not easy to carry around!
I don't think there is anything like Dive into Python in the Java world. The Java language doesn't lend itself to the model of 'Check out what we can do with these 15 lines of code!'
Best approach would be to dive in yourself, pick a project, and use the tutorial and the docs. Many people will recommend Eckel's Thinking in Java but know that it is the polar opposite of Dive into Python -- it is slow, methodical, and thorough.

Sample Hibernate Application for learning [closed]

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.

Categories

Resources