Hmm. I'm not sure I follow you here. Would you like to make a method which reads a Set of pojos from the dao and then return an array of all days except those in a month, or what?
Cheers, PS On 4/27/06, Robin Ericsson <[EMAIL PROTECTED]> wrote: > > Hi, > > I want some input how I should solve this, as I'm pretty new to Java, > business layer abstraction and things like that :) > > What I want from the page side is an array of object consisting of one > object for each day in a month. > > What I have from the dao is a list of pojos where each pojo is > representing a single day in the month. > > The problem I have is how and where I should merge the dao list into > an complete array used by the page where the days missing in the dao > list have been added. > > > -- > regards, > Robin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >