Would anyone know if there is a good tutorial/sample on sending email within an EGL CE project?
I've tried porting Aaron A.'s EGL Email project (on RBD w/ WAS 6.1) but wasn't able to do it.
Thanks!
Gregory
Hi Dan --
I'm working in the Eclipse IDE for EGL Web Developers Version 0.8.0.
Previously, I was working in RBD 7.5, and I had imported Aaron's EGL Email project and updated it for WAS 7.0 and it worked great. I've attached his original project.
...project is 3M too big to attach. It is in IBM's developerworks...google on EGLRichUIEmail.zip (couldn't attach the link either sorry)
But now, I would like to get this running in my new EGL Rich UI environment (preferably with Tomcat 6.0 - as that would be my deployment environment).
Dan Darnell Messages: 145 Registered: November 2011 Location: Arkansas
Senior Member
Okay...I compared what Aaron was doing to my own Java Mail implementation and then ported a hybrid of the two into EDT.
Attached is an EDT project with an example using the Java Mail API in a service invocation from a Rich UI client. I used EDT 0.81 M3 and tested the client both inside the IDE and deployed to an external Tomcat 6 server.
Hi Richard,
thanks for this link! I didn't find reference to external types differences, but what I found out:
This code works for EDT 8.2 as well BUT only if project is configured to support ONLY generation to Java(generation to JavaScript is turned off).