designing a package

A

aditya

I am using java 5 and I need to design a package.

the package contains -
Filter
Queue
Aggregator

the way the ddata flows is -
a filter rule is passed to the filter. the object is checked with this
expression. If the data is passed then the data is sent to a queue
from where the aggregator picks the object.

In the aggregator the grouping is done based on the rule. the the
aggregation of the columns happens based on the rule.
Can someone help me in making this a nice package using a design
pattern.
 
H

hthukral@sun

I am using java 5 and I need to design a package.

the package contains -
Filter
Queue
Aggregator

the way the ddata flows is -
a filter rule is passed to the filter. the object is checked with this
expression. If the data is passed then the data is sent to a queue
from where the aggregator picks the object.

In the aggregator the grouping is done based on the rule. the the
aggregation of the columns happens based on the rule.
Can someone help me in making this a nice package using a design
pattern.

hi
Aditya ,where in India ?
this is harsimrat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top