What can be considered as the business logic of simple data entry form

Hi all,
I want to separate my applications logic into layers. It is a simple data entry form and doesn't contain any complex business logic. So I want to get this simple business logic to different layer. But the problem is, I cannot clearly identify what are business logic of this kind of simple data entry form.
How do I separate business logic of this simple data entry form to another layer?
any help is appreciated,
Thanks in advance,
Dil.

dcminter wrote:
It is a [form] and doesn't contain any complex business logic. So I want to get this simple business logic to different layer. But the problem is, I cannot clearly identify what are business logic of this kind of [form].Are you asking which bits are business logic?
Suppose that the data comes into your system immaculate from some external system. Imagine that it will go out into some other system. The bits that you would still have to write are your business logic.That's a nice practical definition. Thank you, I'm stealing it.
Also interesting to note that validation falls into that category... say you're recieving data from a magical external source... you still have to validate it.
And of course you'd still have to store it somewhere, ans retrieve it.
Yep, I definately like that definition.
Cheers. Keith.

Similar Messages

Maybe you are looking for

  • Can two networked Macs access the same mailbox in Mail?

    I recently purchased an iMac G5 and have it networked with my flatpanel iMac G4. I would like to be able to open Mail on either Mac and have them both read the same mailbox. Is this possible without having to use/purchase another email application?

  • Userexit names required Post goods issue

    Dear all, Need to know the user exits available at the time of PGI and at the time of creation of  accounting documents during Post good issue. Need to change some values in the accounting document at the time of posting only at the time of Post good

  • AS3 Help with hyperlinking

    Hi All Hoping you can help me, I have 2 websites both built entirely in flash. My problem is that I have created a button on one of the sites that has to link to a particular scene and frame within the second website. I know I need some actionscript

  • Install photoshop 7.0

    PLEASE--      How can I reinstall Photoshop 7 without getting a componentmovedata error -115?????

  • About the reflection

    Is there any way to use custom classes with reflection? I mean dynamicly creat the object instance of the custom class ,without declare in the programme package { import com.customtypes.string; // Custom String Implementation Class import flash.utils