473,395 Members | 1,521 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Getting off the blocks

Hi, I'm a systems analyst with a history of development in C++, VB6 and C#
and an now working on Java projects. Ive never written a line of Java in
the past and need to familiarise myself with the language.

Sooo, can anyone answer the typical dumbass questions:

1) Decent free IDE - windows based
2) Good language reference
3) Anything else you can think of.

TIA.
Jul 17 '05 #1
5 1502
"Bob Smith" <bo*@example.com> wrote in message
news:1p***************@example.com...
Hi, I'm a systems analyst with a history of development in C++, VB6 and C#
and an now working on Java projects. Ive never written a line of Java in
the past and need to familiarise myself with the language.

Sooo, can anyone answer the typical dumbass questions:

1) Decent free IDE - windows based
2) Good language reference
3) Anything else you can think of.

Google.
java.sun.com

comp.lang.java is deprecated. Use c.l.j.help.
Jul 17 '05 #2
On Thu, 27 Jan 2005 17:00:54 -0600, Ryan Stewart wrote:
"Bob Smith" <bo*@example.com> wrote in message
news:1p***************@example.com...
Hi, I'm a systems analyst with a history of development in C++, VB6 and C#
and an now working on Java projects. Ive never written a line of Java in
the past and need to familiarise myself with the language.

Sooo, can anyone answer the typical dumbass questions:

1) Decent free IDE - windows based
2) Good language reference
3) Anything else you can think of.

Google.
java.sun.com

comp.lang.java is deprecated. Use c.l.j.help.


I did, but there's so many stupid acronyms that I gave up.

Is learning Java like learning the alphabet> J2EE, J2SE, JDOC, NICK, COCK<
PUSSY, LARGE ASS, BIG TITS...

Honestly, where does one start?
Jul 17 '05 #3
"Bob Smith" <bo*@example.com> wrote in message
news:2v**************@example.com...
I did, but there's so many stupid acronyms that I gave up.

Is learning Java like learning the alphabet> J2EE, J2SE, JDOC, NICK, COCK<
PUSSY, LARGE ASS, BIG TITS...

Honestly, where does one start?


Try "java tutorial". That'll take you to
http://java.sun.com/docs/books/tutorial/
which is a good starting point.
Jul 17 '05 #4
On Thu, 27 Jan 2005 18:27:47 -0600, Ryan Stewart wrote:
"Bob Smith" <bo*@example.com> wrote in message
news:2v**************@example.com...
I did, but there's so many stupid acronyms that I gave up.

Is learning Java like learning the alphabet> J2EE, J2SE, JDOC, NICK, COCK<
PUSSY, LARGE ASS, BIG TITS...

Honestly, where does one start?


Try "java tutorial". That'll take you to
http://java.sun.com/docs/books/tutorial/
which is a good starting point.


Thanks. One more point Ive worked with C# and ASP.NET a fair amount, don't
know if you know the paradigm, but if you do, what's the equivalent in
Java. And is it portable between IIS and Apache? And would typically one
use JDBC for SQL Server and MySQL?

Also which IDE is similar to VStudio for web applications?
Jul 17 '05 #5
"Bob Smith" <bo*@example.com> wrote in message
news:10****************@example.com...
Thanks. One more point Ive worked with C# and ASP.NET a fair amount, don't
know if you know the paradigm, but if you do, what's the equivalent in
Java. I'd assume you're talking about J2EE.
And is it portable between IIS and Apache? It's theoretically portable across any container which supports it.
And would typically one
use JDBC for SQL Server and MySQL? One might. Or one might use a persistence framework that handles all of the JDBC
on its own.
Also which IDE is similar to VStudio for web applications?

You'd just have to try them out. Free ones that pop to mind:
NetBeans
Eclipse
Gel
jEdit

Nonfree:
IntelliJ Idea
JDeveloper
JBuilder

You sound like you've got quite a steep learning curve ahead of you. If you're
looking to start developing webapps, start by learning about servlets and JSPs.
Many people suggest BlueJ as a good beginning Java IDE.
Jul 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Timo J | last post by:
Hi - Im sitting and trying to understand this OOP - and need to create a class wich can do the following.. ShowBlocks() - Displays the data wich is inside it - If empty creates a form wich sends...
20
by: Doug Holton | last post by:
Is there any metaclass trick or something similar to allow anonymous code blocks? I'd like to be able to let users do something like this fictitious example: b = Button() b.OnClick =: print...
2
by: Jenny Zhang | last post by:
Hi, I am running OSDL-DBT3 test against PostgreSQL. I found performance difference between the runs even though the data and queries are the same. I tried to study this problem by getting...
4
by: grs | last post by:
Can a class library have a app.config file. Reason for asking is that the microsoft application blocks all read from myApp.exe.config. How can you use the application blocks if you do not have an...
17
by: Arnold | last post by:
Is using fseek and ftell a reliable method of getting the file size on a binary file? I thought I remember reading somewhere it wasn't... If not what would be the "right" and portable method to...
5
by: Chris Leffer | last post by:
Hi. My application has a textbox that can receive a lengthful string from the user. I need to separate this string into blocks of 50 bytes and process each block to compose a text file. I have...
14
by: J.S. | last post by:
In a Windows Form application, which is the better method to concatenate large blocks of code? 1. Reading the text from text files. 2. Adding the text to the VB file itself? Thanks! J.S. ...
4
by: Sean Shanny | last post by:
To all, Running into an out of memory error on our data warehouse server. This occurs only with our data from the 'September' section of a large fact table. The exact same query running over...
28
by: Stefan Mueller | last post by:
I can display the value of the following input box with alert(parent.MyFrame.document.MyForm.MyInput.value); But if the frame, the form or the input box doesn't exist I get of course an error...
11
by: efialtis | last post by:
Hi to all, I am creating a program which plays a game. The game is played on a NxN square board. In every position of the board we may have a ball or not. Take for example the following 5x5...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.