Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: Tip of the Month

  1. #1
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Tip of the Month

    I was thinking of doing a "tip of the month" kind of thing to help people learn more about Java or anything related to Java.

    Anyone have any suggestions for topics they'd want to see covered? (note, I have a very weak background in web/server stuff, perhaps another member could cover these topics if they are willing)

    Some ideas that I've had so far:

    Using different features of the Eclipse IDE (like setting up project dependencies, source generation, auto-formatting, etc.)

    Little known features of Java (and some common ones)

    Algorithms / data structures

    How to use different classes in the standard Java SE API to accomplish a task (and possibly external libraries such as JOCL or JOGL)

    Getting started with Java


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Tip of the Month

    A couple of ideas:

    - Writing Classes that use method chaining

    - Using build systems such as ANT, Maven2, Ivy etc.



    Might come up with some more later and maybe some web stuff.

    // Json

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Tip of the Month

    Some other ideas:
    -Design Patterns
    -Debugging
    -Encapsulation
    -Multithreading
    -Recursion

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Tip of the Month

    Definitely Debugging and more debugging.
    I wonder if any instructor ever spends any time on debugging. Is it a self learned skill?

  5. #5
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Tip of the Month

    I like this idea a lot. We could setup a dedicated forum for it?
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  6. #6
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Tip of the Month

    That'd be kind of nice, maybe when we get a few tips first

  7. #7
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Tip of the Month

    - Setting up a web application project (Servlet 2.5 spec) in Eclipse
    - Connecting to and using databases including best practices
    - Dependency injection (DI)

    // Json

Similar Threads

  1. Day,Month,Year Concatenation Error
    By srinivasan_253642 in forum JDBC & Databases
    Replies: 1
    Last Post: January 22nd, 2010, 04:40 AM
  2. how do i get only the workig days for a certain month
    By anonimus83 in forum Algorithms & Recursion
    Replies: 2
    Last Post: January 11th, 2010, 11:13 AM