Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-09-2008, 08:41 AM
Member
 
Join Date: Nov 2007
Posts: 9
dimitrist is on a distinguished road
how begin with writing a new program ?
Hi again, it took a while to return here, I start again reading about java, and i would like to have your opinion about how you start to write a new program?
I was thinking to start with "pieces" make the gui, the behavior, the threads, command buttons, and many more.. and all separately from each other "piece", but i need them all to be classes and not all to be main(s) and to have only one main that runs all others. So do you have any suggestion for me?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-09-2008, 08:53 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,322
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
My suggestion is read a well explained book of Java. Explaining all of them here is much difficult. And also OOP concepts, you should never implement all the functionality in main, or in a one class.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 05-09-2008, 09:10 AM
Member
 
Join Date: Nov 2007
Posts: 9
dimitrist is on a distinguished road
so i must start part to part from the beginning, Write new class - finish the class, test the class, modify the class, start new class, right ? thnx a lot
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 05-09-2008, 09:13 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,322
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Yes, you have to work on step-by-step. From simple class declaration to do some process. Have to learn a lot there.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 05-09-2008, 09:18 AM
Member
 
Join Date: Nov 2007
Posts: 9
dimitrist is on a distinguished road
Also about the book, i have read the Java Programming for Dummies 4th Edition (you will be laugh), and now I start Thinking in Java 2Edition that is more rich for knowledge. Wish me luck
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 05-09-2008, 09:21 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,322
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
From that, best one is the second for you. But I recommend on my personal choice, Teach Yourself in 21 Days. All the basis covered there.

Best of luck.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #7 (permalink)  
Old 05-09-2008, 11:52 AM
sukatoa's Avatar
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 324
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
You can also read The Java Tutorials.
__________________
best regards,
sukatoa
Bookmark Post in Technorati
Reply With Quote
  #8 (permalink)  
Old 05-12-2008, 02:31 PM
Member
 
Join Date: Nov 2007
Posts: 9
dimitrist is on a distinguished road
thanks a lot Eranga, for this book, I am now at day 4 ) I understand now, how works. When I will finish this book i would like to have your opinion to the next book.

Sukatoa also thanks to you, but i couldnt stay too many hours to read tutorials on pc, i prefer reading on book, maybe the characters make my eyes tiring
Bookmark Post in Technorati
Reply With Quote
  #9 (permalink)  
Old 05-12-2008, 03:06 PM
Member
 
Join Date: May 2008
Posts: 4
indula is on a distinguished road
introducing
hi

i am indumathi. i have been working as software engineer for 2 yrs in speartech technology.i have finished M.C.A.
Bookmark Post in Technorati
Reply With Quote
  #10 (permalink)  
Old 05-12-2008, 03:51 PM
sukatoa's Avatar
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 324
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
Quote:
Sukatoa also thanks to you, but i couldnt stay too many hours to read tutorials on pc, i prefer reading on book, maybe the characters make my eyes tiring
You can download it here and print if you want.... ( the basic parts )....


Quote:
hi

i am indumathi. i have been working as software engineer for 2 yrs in speartech technology.i have finished M.C.A.
Welcome to Java-forums indula,
Nice to know you here.....
__________________
best regards,
sukatoa
Bookmark Post in Technorati
Reply With Quote
  #11 (permalink)  
Old 05-13-2008, 04:48 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,322
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Quote:
Originally Posted by dimitrist View Post
thanks a lot Eranga, for this book, I am now at day 4 ) I understand now, how works. When I will finish this book i would like to have your opinion to the next book.
Sure, better move with another. But don't stick on them too. Start to work on your own applications. Just start to work on anything comes to your mind. Start from the beginning like adding two numbers through a GUI, where user can set numbers and by a single click find the summation of them. I'm sure you think that it's too simple to do, but even on such an application you can learn a lot.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
  #12 (permalink)  
Old 05-13-2008, 04:49 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,322
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Quote:
Originally Posted by indula View Post
hi

i am indumathi. i have been working as software engineer for 2 yrs in speartech technology.i have finished M.C.A.
Hi Indumathi,

Welcome to our community.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best?Vote Now
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute an External Program through Java program Java Tip java.io 0 04-04-2008 03:40 PM
Writing an XML output JThangiah XML 2 03-27-2008 05:15 PM
Help needed writing a program... Francis New To Java 2 11-22-2007 03:03 PM
How to execute an External Program through Java program JavaBean Java Tips 0 10-04-2007 10:33 PM
writing to a excel file from java program priyankabhar New To Java 1 07-10-2007 09:05 PM


All times are GMT +3. The time now is 09:24 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org