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]

Reply via email to