• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

USE OF FRAMEWORKS IN PART 2

 
Ranch Hand
Posts: 323
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI ALL
can we use frameworks for part 2 ? If yes do we have to give details of framework(like pattern it is using..) and can we use some good framework like Spring WEBFLOW which is not yet released fully but in beta.

THanks
kundan
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you're putting too much thought into the implementation, which isn't the goal of the exercise. While I imagine you could probably include some sort of framework, I would think that the major goal of the project from my own thoughts as I'm working on it (admittedly slowly as I'm a newlywed) is a more general architected solution for the "developers" to implement. That aside, I suppose any solution that accomplishes the stated design goal will probably suffice, as long as you explain your decisions.

Just my $0.02.
 
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you can use a framwork but need not show the complete design of it.
I am using Sun's pet store and just showing the important classes.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use of framework is encouraged, separation of concerns: extensibility, flexibility, manageability, reuse are a "must do" for an architect, but this doen't mean that you should use a well established framework (Struts or another), you may have your in house designed framework, ie: a light MVC version or a component based on Command pattern...
Charles
 
Hold that thought. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic