Anybody have any guidance on this.. if not possible it would be good to know and think about starting to writing something custom... Cheers
Type: Posts; User: coderinabstract; Keyword(s):
Anybody have any guidance on this.. if not possible it would be good to know and think about starting to writing something custom... Cheers
The integration requirement is to read in all messages from the last successful read of the imap client including new and read emails.
This is a fairly popular and consistent requirement to not miss...
Here are the appcontext.xml config
<util:properties id="javaMailPropertiesReceive">
<prop key="mail.imap.socketFactory.class">javax.net.ssl.SSLSocketFactory</prop>
<prop...
I figured it out. An in-memory/embedded db like hypersonic running within vm wipes it out. For preserving data use a server db like mySQL. Install and startup mySQL server and create a blank db e.g....
Already tried the "validate". It still recreates the tables and does not remember any records entered before shutting down the VM...thx
With Roo any persistence weather hypersonic or Derby or other hibernate relational db used, all data gets wiped of and tables get regenerated from domain objects.
I have already tried the ...
This was a broad question? To be more specific...Any suggestions on pattern on how to customize the roo generated code with the scaffold layer for a different look and feel? Thank you
Even with 2.1 RC1, it seems like all managed files control full presentation interaction for User interface. Cannot figure out a way to customize full user interface interaction with the entity...