<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ABAP dependency injection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468992#M1554845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry but this is not really the correct forum for having such a discussion. I have moved this thread to the Coffee Corner. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Dominik, you might want too consider creating a project in Code Exchange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Dec 2010 22:47:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-21T22:47:09Z</dc:date>
    <item>
      <title>ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468985#M1554838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case anyone's interested in dependency injection in ABAP. Since we couldn't find any such library, we started to code it ourselves. First usable piece of code is available at: &lt;A href="http://code.google.com/p/abap-di/" target="test_blank"&gt;http://code.google.com/p/abap-di/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 17:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468985#M1554838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T17:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468986#M1554839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Sharing. Looks interesting. I'll give a try and let you know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 20:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468986#M1554839</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2010-12-20T20:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468987#M1554840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be especially interested in the status of the download - whether it's installable and runnable. Any pitfalls or inconsistencies you'll find, please report them (on project wiki if possible). I'll then be able to correct the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 20:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468987#M1554840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-20T20:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468988#M1554841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting Couple of errors:&lt;/P&gt;&lt;P&gt;1. Syntax error while activating the test program. Parameter INSTANCE of the method GETINSTANCE of the interface YDIINJECTOR, must be TYPE REF TO OBJECT. Currently it is TYPE REF TO DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Getting a runtime error while accessing the statements in method GETELEMENTS of class YDIELEMENTS.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT modules INTO module.
  binder-&amp;gt;YDIBINDER~INSTALL( module ).   " &amp;lt;&amp;lt; 
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also left the same message on the WIKI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 21:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468988#M1554841</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2010-12-20T21:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468989#M1554842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for Sharing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rodrigo Crespo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 01:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468989#M1554842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T01:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468990#M1554843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could I have a request to you?&lt;/P&gt;&lt;P&gt;Turns out that at the time when I was about to do the change you made me realize I should do, I lost access to the system I was implementing the library on. It will take me probably until after Christmas to find a development environment where I can further work on the library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I don't want to leave the library in such a state as is right now I made a change to the NUGGET file directly. &lt;/P&gt;&lt;P&gt;Would it be a problem for you to download the file named  2010-12-21-NUGG_ABAP-DI.zip, install it on your system and verify whether it compiles?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, then could you also try to change the example that is on the site and to obtain the reference from injector use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
log ?= injector-&amp;gt;getinstance( ... )
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 20:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468990#M1554843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T20:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468991#M1554844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not able to import the nugget as it ends up in the short dump - Null Object reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 22:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468991#M1554844</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2010-12-21T22:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468992#M1554845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry but this is not really the correct forum for having such a discussion. I have moved this thread to the Coffee Corner. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Dominik, you might want too consider creating a project in Code Exchange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 22:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468992#M1554845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T22:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468993#M1554846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not able to import the nugget as it ends up in the short dump - Null Object reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I'm unable to make the change without SAP system. Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468993#M1554846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468994#M1554847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry but this is not really the correct forum for having such a discussion. I have moved this thread to the Coffee Corner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Totally agree. I was looking for a better fit in the first place, but I was not aware of the coffee corner. Thanks for reassigning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Dominik, you might want too consider creating a project in Code Exchange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking about it in the first place, but what bothered me is the licensing. Code Exchange has a very strict policy about who owns (SAP) the code published there. That's why I went for code.google.com/p/abap-di with the project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468994#M1554847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468995#M1554848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's stage #2. I've corrected the bugs that prevented you from downloading or using the package. I also updated the site User's Guide and Installation Guide to reflect the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Ready to give it a second try?|http://genijusz.com/?page_id=98]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 15:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468995#M1554848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-28T15:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dependency injection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468996#M1554849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New version 1.1 is released. This includes bugfixes and ability to bind providers. By introducing providers you no longer need a wrapper for objects that cannot be bind directly to the injector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a try !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 10:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dependency-injection/m-p/7468996#M1554849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-06T10:26:21Z</dc:date>
    </item>
  </channel>
</rss>

