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: How can I construct Java Framework as per my application?

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile How can I construct Java Framework as per my application?

    Hi.. All..

    This is Pradip bhatt. My requirement is like this that I have so many classes for my application. I have so many common fields for different different model classes. So I have made four Common Base classes as per my requirement. Although I am not satisfying with this.

    I heard and read about Java DEsign Pattern. But I do not think so it will become helpful for me.

    So... What i s the solution for this in which I have get functinality that whtever I like and i can extend it??
    Mind it all that common classes have only common field (hibernate) so based on it i have to generate database table.





  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: How can I construct Java Framework as per my application?


  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: How can I construct Java Framework as per my application?

    Thread moved from members introductions

Similar Threads

  1. Restlet framework in java
    By gaurav_tata in forum Java Networking
    Replies: 1
    Last Post: January 28th, 2013, 11:04 AM
  2. what is Java assertion framework?
    By cloud9resident in forum Java Theory & Questions
    Replies: 1
    Last Post: December 10th, 2012, 10:07 AM
  3. Will Play! Framework Java is he interested in?
    By laresistance2 in forum Web Frameworks
    Replies: 1
    Last Post: September 22nd, 2011, 01:26 PM
  4. Which framework to choose for a JAVA application.
    By laresistance2 in forum Web Frameworks
    Replies: 4
    Last Post: June 22nd, 2011, 04:54 AM
  5. [SOLVED] Best Java web framework
    By renu1 in forum Web Frameworks
    Replies: 1
    Last Post: March 15th, 2010, 09:16 AM

Tags for this Thread