Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« on: September 23, 2007, 07:19:59 AM » |
|
If you are interested in webservices I recommend this book:
|
|
|
|
|
Logged
|
|
|
|
Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« Reply #1 on: October 20, 2007, 07:19:07 AM » |
|
I recommend this book if you like to solve "Java puzzles" The book can be tricky but hey, thats life 
|
|
|
|
|
Logged
|
|
|
|
silence
Junior Member
Reputation: 0
Offline
Posts: 9
Referrals: 0
|
 |
« Reply #2 on: June 25, 2008, 07:21:08 AM » |
|
Hi,can anyone give me the link of Java ebooks? or please, share me some java ebooks for beginner.
thank you very much.
|
|
|
|
|
Logged
|
|
|
|
Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« Reply #3 on: June 25, 2008, 09:28:18 AM » |
|
Hi,can anyone give me the link of Java ebooks? or please, share me some java ebooks for beginner.
thank you very much.
I haven't uploaded the latest version but you might find it interesting: http://engineeringserver....asics%20to%20advanced.pdfthere are more tutorials/ articles published here that we wrote so take a look around.
|
|
|
|
« Last Edit: June 25, 2008, 09:37:37 AM by HappyFace »
|
Logged
|
|
|
|
hamik112
Member
Reputation: 0
Offline
Posts: 21
Referrals: 0
|
 |
« Reply #4 on: June 29, 2008, 10:03:28 PM » |
|
That guide was a great read, Do you think you can tell me the difference between J2ME and regular Java, because I'm a C++ Programmer and I have some basic knowledge in Java, I wanted to know how J2Me is.
|
|
|
|
|
Logged
|
|
|
|
Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« Reply #5 on: June 30, 2008, 02:48:46 PM » |
|
That guide was a great read, Do you think you can tell me the difference between J2ME and regular Java, because I'm a C++ Programmer and I have some basic knowledge in Java, I wanted to know how J2Me is.
I haven't done any J2Me myself but what i know is that j2Me is for mobile devices such as cell phones. You can create java applications on cell phones that support j2me
|
|
|
|
|
Logged
|
|
|
|
hamik112
Member
Reputation: 0
Offline
Posts: 21
Referrals: 0
|
 |
« Reply #6 on: June 30, 2008, 03:18:16 PM » |
|
That much I'm aware of ,but I'm interested to know, if there is any differential in between the two, syntax wise.
|
|
|
|
|
Logged
|
|
|
|
Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« Reply #7 on: June 30, 2008, 04:31:55 PM » |
|
That much I'm aware of ,but I'm interested to know, if there is any differential in between the two, syntax wise.
Nope, but j2me does have a slightly different API/library than the core j2se API/library. You might want to take a look here for the documentation / api / javadoc etc: http://java.sun.com/javame/reference/apis.jsp#api / http://jcp.org/aboutJava/...nityprocess/final/jsr118/
|
|
|
|
|
Logged
|
|
|
|
Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« Reply #8 on: July 26, 2008, 09:20:35 AM » |
|
This is also a pretty good book to read: Product Description "Swing Hacks" helps Java developers move beyond the basics of Swing, the graphical user interface (GUI) standard since Java 2. If you're a Java developer looking to build enterprise applications with a first-class look and feel, Swing is definitely one skill you need to master. This latest title from O'Reilly is a reference to the cool stuff in Swing. It's about the interesting things you learn over the years--creative, original, even weird hacks--the things that make you say, "I didn't know you could even do that with Swing!"
"Swing Hacks" will show you how to extend Swing's rich component set in advanced and sometimes non-obvious ways. The book touches upon the entire Swing gamut-tables, trees, sliders, spinners, progress bars, internal frames, and text components. Detail is also provided on JTable/JTree, threaded component models, and translucent windows. You'll learn how to filter lists, power-up trees and tables, and add drag-and-drop support.
"Swing Hacks" will show you how to do fun things that will directly enhance your own applications. Some are visual enhancements to make your software look better. Some are functional improvements to make your software do something it couldn't do before. Some are even just plain silly, in print only to prove it could be done. The book will also give you give you a small glimpse of the applications coming in the future. New technology is streaming into the Java community at a blistering rate, and it gives application developers a whole new set of blocks to play with.
With its profusion of tips and tricks, "Swing Hacks" isn't just for the developer who wants to build a better user interface. It's also ideally suited for client-sideJava developers who want to deliver polished applications, enthusiasts who want to push Java client application boundaries, and coders who want to bring powerful techniques to their own applications.
Whatever your programming needs, "Swing Hacks" is packed with programming lessons that increase your competency with interface-building tools.
|
|
|
|
|
Logged
|
|
|
|
Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« Reply #9 on: July 28, 2008, 10:10:32 AM » |
|
|
|
|
|
|
Logged
|
|
|
|
lethalboom
Junior Member
Reputation: 0
Offline
Posts: 5
Referrals: 0
|
 |
« Reply #10 on: July 28, 2008, 11:25:25 AM » |
|
Thanks for the recommendation. I've been looking to learn java for a while, and I think I'll look into that book further
|
|
|
|
|
Logged
|
|
|
|
Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« Reply #11 on: July 28, 2008, 11:31:59 AM » |
|
Thanks for the recommendation. I've been looking to learn java for a while, and I think I'll look into that book further
This is a good place to start learning java because this is a java community for students and developers, if you have any questions just let us know by posting in one of the java boards 
|
|
|
|
|
Logged
|
|
|
|
jurka
Moderator
Member

Reputation: 5
Offline
Posts: 188
Referrals: 0
|
 |
« Reply #12 on: July 29, 2008, 01:51:43 PM » |
|
I like this book Core.Java6.Volume-I.Fundamentals
|
|
|
|
|
Logged
|
|
|
|
shayanlhm
Junior Member
Reputation: 0
Offline
Posts: 1
Referrals: 0
|
 |
« Reply #13 on: August 07, 2008, 04:28:37 PM » |
|
complete java script reference download: http://downsoft.blogfa.com
|
|
|
|
|
Logged
|
|
|
|
Arkie
Javaforums.net Admin
Senior Member
Reputation: 16
Developer @ Javaforums.net
Offline
Posts: 2593
Referrals: 13
|
 |
« Reply #14 on: August 13, 2008, 05:46:12 PM » |
|
I don't see any javascript reference books? Anyway, i've opened an Amazon store to put up the books that i recommend here: http://astore.amazon.com/javnetletslea-20
|
|
|
|
|
Logged
|
|
|
|
|