× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Pete, there's nothing stopping you from encapsulating your Java code in an EGL service and then invoking that service from RUI. EGL is very good about accessing Java. The only thing the service would do is to translate between an EGL record and the parameters that your Java routines take. The RUI would call the service passing the record, which would in turn invoke your functions, and life would be wonderful.

Joe

Thanks for that. I was afraid I missed something. In my particular case, different from yours because most of my business logic is in Java, my servlet methods, called mostly by submits on the web page, have model, view and controller parts but I can just invoke the controller directly with an Ajax call. With that structure I haven't had to touch any of my base code when adding an RUI layer which has simplified my development and allowed me to incrementally add more RUI to the application over time. I was just hoping that that would be the case with EGL.

I'll poke around the Cafe a bit and see what I can find as examples. It has been a few months since I kicked the tires.

Pete


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.