email « ejb « Java Enterprise Q&A





1. How would you design a trivial email system using EJB 3.0??    forums.netbeans.org

I'm new to EJB 3.0, but not a novice. I'm looking for input on how you, anyone, might design a simple mail system. I have an Account entity whose primary key must be the foreign key to a Mailbox entity. The Mailbox entity must have four Folder entities that are mapped by name: Inbox, Outbox, Drafts, Trash. Each of these Folder ...

2. Access Email usind a java mail client Access Email usind a java mail client    java-forums.org

Hello, I am trying to use this sample code below to access my mail keep gene rating errors.. Can anyone help me if there is any problem with the code....It says all the packages does not exist and could not find symbol class messge, class store and so on... Java Code: package com.devx.jmail; import javax.mail.*; import javax.mail.internet.*; import java.util.*; import java.io.*; ...