<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 15, 2013 at 2:23 PM, Jean-Christophe Boggio <span dir="ltr"><<a href="mailto:rt-users@thefreecat.org" target="_blank">rt-users@thefreecat.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am developping a dedicated interface for RT for a few years, accessing the DB directly (postgresql only).<br>
<br>
I am now rewriting the application completely because we are switching to an "assetized" version of RT (AssetTracker module).<br>
<br>
For many obvious reasons, I'd now like to do all DB writes via RT's library.<br>
<br>
I'm developping in embedded perl (Embperl).<br>
<br>
I have a few questions :<br>
<br>
1) Is it possible to use RT::* from "outside" ? Is there a documentation somewhere with guidelines (like dealing with sessions) or some examples ?<br>
<br>
2) Is it possible to use the plugins library (explicitly AT's functions) the same way ?<br>
<br>
Thanks for your help,</blockquote><div><br></div><div style>As far as I know Embperl is an alternative to HTML::Mason that RT itself uses, so these projects allow you to embed perl code into HTML, XML, txt or whatever you generate. RT::* API is UI agnostic part that doesn't care about caller. It's used from mason and command line scripts.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
-- <br>
Jean-Christophe Boggio<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards, Ruslan.
</div></div>