-
Strategy Pattern?
Hi All,
I have recently taken ownership of a reporting application that is very poorly designed and I'd like to apply a pattern to fix it.
All the reports have a input (which queries the database), a summary level screen that uses a datagrid, and a detail level screen which again uses a datagrid. With the Strategy Pattern in mind, I'm thinking of creating a base Report class and letting all the various report types inherit from it. Since the inputs vary depending on what report you're running, I'm thinking of making this the behavior interface. The input section consists of dates and other reporting filtering options.
Does the Strategy Pattern sound okay for this or am I missing something?
Similar Threads
-
Replies: 0
Last Post: 10-15-2007, 08:20 AM
-
By Need2CSharp in forum Architecture and Design
Replies: 1
Last Post: 07-28-2007, 08:50 AM
-
By hemanthjava in forum Java
Replies: 2
Last Post: 11-14-2006, 11:57 PM
-
By stoughto in forum Java
Replies: 2
Last Post: 06-11-2006, 09:56 AM
-
By Gwen Smith in forum vb.announcements
Replies: 0
Last Post: 07-21-2003, 02:17 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|