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 3 of 3

Thread: Design Patterns / Architectures

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Design Patterns / Architectures

    Apologies in advance, I'm not 100% where to post this! Here goes.

    Hey people. My new job role has basically given me the duty of proposing a new web based architecture for an Enterprise Application of ours, but I'm in need of some Design Patterns and Architectures to pitch to them and I'm a little lost.

    Our company is all about booking office maintenance equipment so we'll be communicating with alot of external people, if that's of any help.

    Any assistance from you guys would be absolutely delightful seeing how I have to get this in and pitched before Christmas

    Thank you so much.


  2. #2
    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: Design Patterns / Architectures

    What do you know about J2EE - presuming this is the way you choose to go? If you have not yet, I'd recommend to google 'j2ee design patterns' - you will get a lot of websites describing the different design patterns to consider when designing a web architecture.

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Design Patterns / Architectures

    Fantastic, thanks.

Similar Threads

  1. Design/Menu
    By blad3cro in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 14th, 2012, 02:46 PM
  2. Display patterns on the screen
    By finjws in forum Loops & Control Statements
    Replies: 12
    Last Post: February 10th, 2012, 01:11 PM
  3. Help in possible Design UI
    By beni.kurniawan in forum AWT / Java Swing
    Replies: 1
    Last Post: April 15th, 2011, 10:51 AM
  4. Class design
    By arithmetics in forum Object Oriented Programming
    Replies: 4
    Last Post: November 4th, 2010, 08:44 AM
  5. Loop Patterns (triangles) [Beginner]
    By me1010109 in forum Loops & Control Statements
    Replies: 2
    Last Post: October 24th, 2010, 05:13 PM