<br><br><div class="gmail_quote">On Tue, Oct 13, 2009 at 2:40 PM, Christopher Browne <span dir="ltr"><<a href="mailto:cbbrowne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org">cbbrowne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Oct 13, 2009 at 2:32 PM, Dave Cramer <<a href="mailto:davec-zxk95TxsVYDyHADnj0MGvQC/G2K4zDHf@public.gmane.org">davec-zxk95TxsVYDyHADnj0MGvQC/G2K4zDHf@public.gmane.org</a>> wrote:<br>
> So how many different java web technologies are in there ? Last time I<br>
> checked there was straight JSP, struts, gwt, assorted javascript libraries.<br>
> It is using mysql. Is it using any kind of database OR mapping, or just SQL<br>
> all over the place ? Is there any relational integrity ?<br>
<br>
</div>I see in the source code that there are "init scripts" for Oracle and<br>
PostgreSQL as well...  This may bode either well or ill...<br>
<br></blockquote><div>I was never able to get it all running on pg.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The "ill" part is that when you build to be "totally generic," then<br>
you have to eschew any features that aren't available everywhere,<br>
which, in this case, tends to rule out relational integrity (e.g. -<br>
foreign keys) or having constraint validation.<br><br></blockquote><div>Actually hibernate does pretty solid job of this, but of course there is partial hibernate support in this and then there is SQL spread liberally throughout the views, etc.<br>
<br>Also it's a very big (herculean) stretch to compare this to the billion dollar non-solution which was as I understand it to provide e-records for everything. This is just a small office scheduling, billing and encounter(dr jargon for visit) tracking solution.<br>
<br>Dave <br></div></div>