<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2>I think you might misunderstand.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2>A DRL file contains text defining rules. Each DRL file is
assigned a package name (much like Java).</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2>The DRL file is loaded, parsed (PackageBuilder) and
converted into a Package instance. Packages are added to RuleBases from
which WorkingMemory can be obtained for rule execution.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2>There is no "pkg" file - the Java Package can be converted
into a stream using Java's ObjectOutputStream.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=498210908-03102007><FONT face=Arial
color=#0000ff size=2>Have a look at "1.6. The Drools Rule Engine - 1.6.1.
Overview" in the excellent documentation.</FONT></SPAN></DIV><BR>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> rules-users-bounces@lists.jboss.org
[mailto:rules-users-bounces@lists.jboss.org] <B>On Behalf Of
</B>Drool_Beginner<BR><B>Sent:</B> 03 October 2007 08:53<BR><B>To:</B>
rules-users@lists.jboss.org<BR><B>Subject:</B> [rules-users] Regarding Package
.Pkg<BR></FONT><BR></DIV>
<DIV></DIV>Dear All, Where I can get more information about .pkg, Since I have
got information that .drl file get converted in to pkg(Package), which is
writing .drl information into Stream. Please send me some information as our
requirement is some what to take benifit from .pkg. Thanks in Advance Regards,
Abhishek <BR>
<HR align=left width=300>
View this message in context: <A
href="http://www.nabble.com/Regarding-Package-.Pkg-tf4560333.html#a13014401">Regarding
Package .Pkg</A><BR>Sent from the <A
href="http://www.nabble.com/drools---user-f11823.html">drools - user mailing
list archive</A> at Nabble.com.<BR></BLOCKQUOTE></BODY></HTML>