Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > To begin

Reply
Thread Tools

To begin

 
 
Luca Francesca
Guest
Posts: n/a
 
      11-30-2012
Hi,
due to my work (Oracle DB, Tomcat,Jboss) I need to learn Java.

I already loaded on my Kindle all the Oracle's site tuttorial.

Now I'd like to know if there's a book/site/tutorial/howto that I can use.
My background is some C/C++ (at university ), Python (for fun) and perl/bash for work reasons (alongside sed/grep/awk and regexp)

Thanks for your time
 
Reply With Quote
 
 
 
 
markspace
Guest
Posts: n/a
 
      11-30-2012
On 11/30/2012 3:06 AM, Luca Francesca wrote:
> I already loaded on my Kindle all the Oracle's site tuttorial.


Oracle's tutorial is a good start.

>
> Now I'd like to know if there's a book/site/tutorial/howto that I can use.


I like O'Reilly book:

<http://shop.oreilly.com/product/9781565927186.do>

You will also need a primer on Servlets and JSPs.

<http://www.amazon.com/Head-First-Servlets-JSP-Certified/dp/0596005407>


There's lots to learn besides those two. However, they will get you
started.



 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      11-30-2012
On Fri, 30 Nov 2012 03:06:15 -0800 (PST), Luca Francesca
<> wrote, quoted or indirectly quoted
someone who said :

>Now I'd like to know if there's a book/site/tutorial/howto that I can use.


see http://mindprod.com/jgloss/gettingstarted.html
--
Roedy Green Canadian Mind Products http://mindprod.com
Students who hire or con others to do their homework are as foolish
as couch potatoes who hire others to go to the gym for them.
 
Reply With Quote
 
Arne Vajhøj
Guest
Posts: n/a
 
      12-01-2012
On 11/30/2012 6:06 AM, Luca Francesca wrote:
> due to my work (Oracle DB, Tomcat,Jboss) I need to learn Java.
>
> I already loaded on my Kindle all the Oracle's site tuttorial.
>
> Now I'd like to know if there's a book/site/tutorial/howto that I can use.
> My background is some C/C++ (at university ), Python (for fun) and perl/bash for work reasons (alongside sed/grep/awk and regexp)


You really should get a book about Java.

There are lots of books about Java.

My suggestion would be to go to Amazon, search for Java books
and read description and reviews for each.

Arne



 
Reply With Quote
 
Luca Francesca
Guest
Posts: n/a
 
      12-05-2012
After a little search, i found these books

)Java Precisely,Peter Sestoft

)Agile Java: Crafting Code with Test-Driven Development, Jeff Langr

) Core Java Volume I--Fundamentals di Horstmann, Cay S. ; Cornell, Gary (2012, 9th edition)

Now I need something on Tomcat/Jboss..

 
Reply With Quote
 
Lew
Guest
Posts: n/a
 
      12-05-2012
Luca Francesca wrote:
> After a little search, i [sic] found these books
>
> )Java Precisely,Peter Sestoft
> )Agile Java: Crafting Code with Test-Driven Development, Jeff Langr
> ) Core Java Volume I--Fundamentals di Horstmann, Cay S. ; Cornell, Gary (2012, 9th edition)


/Effective Java/, 2nd ed., Joshua Bloch.

--
Lew
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      12-05-2012
On Fri, 30 Nov 2012 03:06:15 -0800 (PST), Luca Francesca
<> wrote, quoted or indirectly quoted
someone who said :

>Now I'd like to know if there's a book/site/tutorial/howto that I can use.
>My background is some C/C++ (at university ), Python (for fun) and perl/bash for work reasons (alongside sed/grep/awk and regexp)


See http://mindprod.com/jgloss/gettingstarted.html
--
Roedy Green Canadian Mind Products http://mindprod.com
Students who hire or con others to do their homework are as foolish
as couch potatoes who hire others to go to the gym for them.
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      12-06-2012
On Wed, 5 Dec 2012 03:00:17 -0800 (PST), Luca Francesca
<> wrote, quoted or indirectly quoted
someone who said :

>
>Now I need something on Tomcat/Jboss..


see http://mindprod.com/jgloss/tomcat.html
see http://mindprod.com/jgloss/jboss.html
--
Roedy Green Canadian Mind Products http://mindprod.com
Students who hire or con others to do their homework are as foolish
as couch potatoes who hire others to go to the gym for them.
 
Reply With Quote
 
Arne Vajhøj
Guest
Posts: n/a
 
      12-08-2012
On 12/6/2012 12:04 AM, Roedy Green wrote:
> On Wed, 5 Dec 2012 03:00:17 -0800 (PST), Luca Francesca
> <> wrote, quoted or indirectly quoted
> someone who said :
>> Now I need something on Tomcat/Jboss..

>
> see http://mindprod.com/jgloss/tomcat.html
> see http://mindprod.com/jgloss/jboss.html


Why?

Your Tomcat doc says:

#There are several parts to Tomcat. Tomcat itself is the supervisor. It
#hosts Catalina to serve as a womb for Servlets. It hosts Jasper to
#handle JSP (Java Server Pages). It hosts Coyote to handle vanilla HTTP
#(Hypertext Transfer Protocol) serving. However, it is common for
#people to add on the Apache HTTPD Web server version 2.4.3 for high
#performance HTTP serving. It runs beside, not under Tomcat.

"supervsior" ??

"womb" ??

For the Java relevant portion:
- the httpd run in front of Tomcat not at the side
- often the purpose is different from high performance

Your JBoss doc says:

#JBoss
# formerly called EJBoss. An open-source EE-compliant EJB server.

"An ... EJB server" ??

Arne


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OT: Let the games begin! Briscobar MCSE 33 03-06-2006 06:20 PM
Who is altering Subject lines to begin with Antw: Merv Cisco 10 02-17-2006 03:03 AM
Begin studies for 70-315 Eduardo Francell MCSD 1 07-08-2005 04:59 AM
Where to begin? =?Utf-8?B?Y2M=?= MCSE 31 11-26-2004 03:35 PM
Where to begin newIT Microsoft Certification 2 07-02-2004 06:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57