all groups > vj# > february 2006 >
You're in the

vj#

group:

J# and Java



J# and Java nondisclosure007 NO[at]SPAM gmail.com
2/23/2006 9:18:09 PM
vj#: Hello.

I'm looking for some guidance here. I currently use Visual Studio 2005
and program in Visual Basic.

What I'm looking to learn is the Java language. Specifically,
programming for J2EE and jsp implimentations.

What books does everyone reccomend?
What IDE is best?
Can I use VS 2005 to program J2EE and jsp pages?

The cheaper any of these are, the better.

I know I'm asking for opinions. But that's what I need to start my
research.

Thank you in advance
-Michael
Re: J# and Java Pradyut
2/23/2006 10:23:05 PM

[quoted text, click to view]
IDE will be Netbeans available at netbeans.org
There are plenty of java books available on the p2p network
Torrent, Limewire etc.


[quoted text, click to view]
Re: J# and Java raavi
2/24/2006 2:29:47 AM
Hi
Eclipse IDE seems to be good.you will get more provisions there .
Re: J# and Java Michael Redlich
2/24/2006 2:50:14 AM

[quoted text, click to view]

Hi Michael:

If you are serious about J2EE development, I would stay away from
Microsoft. I lost track with Microsoft's supposed support for Java
especially in the .NET framework.

Some recommended application servers are:

* JBoss (open-source)
* GlassFish (relatively new Sun open-source project)
* BEA WebLogic
* IBM WebSphere

Other recommended IDEs to complement Eclipse and NetBeans are:

* Borland JBuilder
* IntelliJ Idea
* Sun Studio Creator (which Sun just made available for free)

Hope this helps...

Sincerely,

Mike.

-----
ACGNJ Java Users Group
http://www.javasig.org/
Re: J# and Java Lars-Inge Tønnessen (VJ# MVP)
2/25/2006 3:14:45 AM
JBoss is a good candidate for learning J2EE.

I'm using emacs for an editor with I'm programming Java. Ant for build tool

All these tools are free and open source.


Best Regards,
Lars-Inge

Re: J# and Java Bjorn Abelli
3/30/2006 12:00:00 AM

<nondisclosure007@gmail.com> wrote...

[quoted text, click to view]

If you have no knowledge of Java before, I'd suggest you wait with J2EE and
JSP until you've gotten into the Java language before anything else. Even if
you're fully proficient in VB, Java needs another mindset. Roedy has some
good advice on his page to learn Java:

http://mindprod.com/jgloss/gettingstarted.html

[quoted text, click to view]

VS2005 doesn't have that kind of support for Java.

It has support for J#, which is another language, with Java-like syntax.
There are some possibilities to switch between Java and J# with MS-tools,
but then you're restricted to the version corresponding to J2SE
1.1.something...

There has been a lot of changes since (some even to the language in 1.5),
and there's no support for J2EE or JSP at all in VS2005...

// Bjorn A

AddThis Social Bookmark Button