Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #20023 > unrolled thread

To begin

Started byLuca Francesca <luca.francesca01@gmail.com>
First post2012-11-30 03:06 -0800
Last post2012-12-05 15:52 -0800
Articles 9 — 5 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  To begin Luca Francesca <luca.francesca01@gmail.com> - 2012-11-30 03:06 -0800
    Re: To begin markspace <-@.> - 2012-11-30 10:21 -0800
    Re: To begin Roedy Green <see_website@mindprod.com.invalid> - 2012-11-30 10:28 -0800
    Re: To begin Arne Vajhøj <arne@vajhoej.dk> - 2012-11-30 19:16 -0500
    Re: To begin Luca Francesca <luca.francesca01@gmail.com> - 2012-12-05 03:00 -0800
      Re: To begin Lew <lewbloch@gmail.com> - 2012-12-05 10:40 -0800
      Re: To begin Roedy Green <see_website@mindprod.com.invalid> - 2012-12-05 21:04 -0800
        Re: To begin Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 20:48 -0500
    Re: To begin Roedy Green <see_website@mindprod.com.invalid> - 2012-12-05 15:52 -0800

#20023 — To begin

FromLuca Francesca <luca.francesca01@gmail.com>
Date2012-11-30 03:06 -0800
SubjectTo begin
Message-ID<29d59263-0248-499c-aa6a-4cea8728e5ff@googlegroups.com>
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

[toc] | [next] | [standalone]


#20027

Frommarkspace <-@.>
Date2012-11-30 10:21 -0800
Message-ID<k9atfb$mc4$1@dont-email.me>
In reply to#20023
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.


[toc] | [prev] | [next] | [standalone]


#20028

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-11-30 10:28 -0800
Message-ID<vmuhb89s4mv2e4pvj677omb8ebt1qb3odj@4ax.com>
In reply to#20023
On Fri, 30 Nov 2012 03:06:15 -0800 (PST), Luca Francesca
<luca.francesca01@gmail.com> 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. 

[toc] | [prev] | [next] | [standalone]


#20031

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-11-30 19:16 -0500
Message-ID<50b94c53$0$283$14726298@news.sunsite.dk>
In reply to#20023
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


[toc] | [prev] | [next] | [standalone]


#20112

FromLuca Francesca <luca.francesca01@gmail.com>
Date2012-12-05 03:00 -0800
Message-ID<6d15d057-b665-4846-916a-93ecc065dc86@googlegroups.com>
In reply to#20023
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..

[toc] | [prev] | [next] | [standalone]


#20117

FromLew <lewbloch@gmail.com>
Date2012-12-05 10:40 -0800
Message-ID<6c8e27c6-ca81-4dd0-b087-79f468315561@googlegroups.com>
In reply to#20112
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

[toc] | [prev] | [next] | [standalone]


#20131

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-12-05 21:04 -0800
Message-ID<ki70c8p61uptc2kaj25lnnpjg1c5r4ueo7@4ax.com>
In reply to#20112
On Wed, 5 Dec 2012 03:00:17 -0800 (PST), Luca Francesca
<luca.francesca01@gmail.com> 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. 

[toc] | [prev] | [next] | [standalone]


#20172

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-12-07 20:48 -0500
Message-ID<50c29c7f$0$292$14726298@news.sunsite.dk>
In reply to#20131
On 12/6/2012 12:04 AM, Roedy Green wrote:
> On Wed, 5 Dec 2012 03:00:17 -0800 (PST), Luca Francesca
> <luca.francesca01@gmail.com> 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

[toc] | [prev] | [next] | [standalone]


#20127

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-12-05 15:52 -0800
Message-ID<khnvb8tkgtl9pr26bk95vdle1hgsdf9k18@4ax.com>
In reply to#20023
On Fri, 30 Nov 2012 03:06:15 -0800 (PST), Luca Francesca
<luca.francesca01@gmail.com> 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. 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web