<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://pranke.com/hilfe/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://pranke.com/hilfe/feed.php">
        <title>eBiss 3 en:howtos:plugins:pluginwebexample</title>
        <description></description>
        <link>https://pranke.com/hilfe/</link>
        <image rdf:resource="https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-09T10:59:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:start&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:usage&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:webplugin&amp;rev=1708413315&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico">
        <title>eBiss 3</title>
        <link>https://pranke.com/hilfe/</link>
        <url>https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:start&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Creating a web plugin</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:start&amp;rev=1708413315&amp;do=diff</link>
        <description>Creating a web plugin

You can extend the eBiss Web Page by creating a web plugin. 

For this you have to create  a Visual Studio with the settings:

	*  Target framework: at least .NET Framework 4.5 (or higher)
	*  Project reference: the eBiss.Api, to be found at .dll in pluginwebexample index</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:usage&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Web-Plugin Template</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:usage&amp;rev=1708413315&amp;do=diff</link>
        <description>Web-Plugin Template

We recommend using our ASPX Projekt Visual Studio project as a template. This project contains useful Build events and a configuration to test your plugin with the eBiss Service, e.g.:

	*  Start external program: E:\Develop\Pranke\tfs\Development\eBiss3\bin\</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:webplugin&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Web-Plugin Code</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:plugins:pluginwebexample:webplugin&amp;rev=1708413315&amp;do=diff</link>
        <description>Web-Plugin Code

To integrate your aspx page in the eBiss Web Page you have to implement eBiss.Api.IWebPlugin and we recommand to inherit from class eBiss.WebPlugin.Sample.WebPluginBasePage instead of Page.

In your Page_Load you call base.OnPageLoad() to check and initilize the EBissSession.</description>
    </item>
</rdf:RDF>
