Book for Desktop Java programming [closed] - java

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 have some knowledge how to program Java Server Faces application but now I need to learn desktop applications with Java. Can you recommend me some books specialized for Desktop programming, please.

This one may help you i found it useful
Beginning Java SE 6 Platform: From Novice to Professional

Related

Java library for data visualization [closed]

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'm looking for a library for data visualization that's make it possible to visualize components and their relationship as done here.
Thank you in advance.
JFreeChart is a free 100% Java chart library that makes it easy for developers to display professional quality charts in their applications. Check more on the official website:
http://www.jfree.org/jfreechart/
Other options are
https://code.google.com/p/charts4j/
https://developers.google.com/chart/

What are some some good java IDEs for android? [closed]

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 want some good IDEs for android. Eclipse is too slow for my machine. I will soon be moving into game development so I also want to know some good 2d game engines.
I use IntelliJ IDEA. It's pretty OK. They have support for Android in the free Community Edition now.

Resources For Java EE 6 [closed]

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.

Are there any popular course management system like Moodle? [closed]

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 a java base open source system
Any popular choices?
Google is your friend.
Free software and open source
Chamilo
Claroline
Democrasoft
Dokeos
eFront
ILIAS
Moodle
Sakai
Source: Virtual learning environment -> Course management systems
Well, there's Sakai

Recommend me a good JNI book [closed]

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'm creating a software project in Java, is a remote administration tool. The thing is that I need to add some features with C++ and I read some about this process and I realized I need JNI, could you recommend me a good JNI Book or something related with ?
Have you read this?
Java Native Interface: Programmer's Guide and Specification
This book is quite good I think.

Categories

Resources