<?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: Persistent objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893272#M934753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas Jung did a good blog on this a while ago. You can find it at /people/thomas.jung3/blog/2004/12/08/abap-persistent-classes-coding-without-sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 23:04:59 GMT</pubDate>
    <dc:creator>GrahamRobbo</dc:creator>
    <dc:date>2008-06-04T23:04:59Z</dc:date>
    <item>
      <title>Persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893269#M934750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can anyone explain me how to create a persitant object in SAP version 7.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Shiva Lakshmi Kummari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 11:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893269#M934750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893270#M934751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please chekc the below link to create the Persistent objects..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/OOPS/MainPage.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/OOPS/MainPage.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jaideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 11:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893270#M934751</guid>
      <dc:creator>jaideeps</dc:creator>
      <dc:date>2008-06-04T11:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893271#M934752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JPOX is a heterogenous persistence solution for Java. It allows you and your team to take your Java data model objects and persist them to a datastore without having to spend large amounts of time defining how they will be persisted. This means that you can concentrate your application development time on adding business logic rather than the routine task of storing/retrieval of your objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JPOX is designed to comply with all pertinent standards in the persistence domain. It is a fully compliant implementation of the JDO1/JDO2 specifications, and complies with the JPA1 and JDO2.1 specifications in its 1.2 release. This means that by choosing JPOX you have persistence behaviour that you can trust and is defined in Java standards specifications. In addition JPOX is extensible utilising the OSGi standard plugin mechanism and providing many extension points where you can enhance your persistence capabilities even further. JPOX is free and released under the Apache 2 open source license, and so the source code is available for download along with the leading open source standards-compliant Java persistence implementation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;&lt;A href="http://www.odbms.org/download/010.01%20Cook%20Native%20Queries%20for%20Persistent%20Objects%20August%202005.pdf" target="test_blank"&gt;http://www.odbms.org/download/010.01%20Cook%20Native%20Queries%20for%20Persistent%20Objects%20August%202005.pdf&lt;/A&gt;&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.jpox.org/docs/index.html" target="test_blank"&gt;http://www.jpox.org/docs/index.html&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this two threads. They give you detailed info about persistent objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ahmed Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 13:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893271#M934752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893272#M934753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas Jung did a good blog on this a while ago. You can find it at /people/thomas.jung3/blog/2004/12/08/abap-persistent-classes-coding-without-sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 23:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893272#M934753</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-06-04T23:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893273#M934754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;refer to these links&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/f5/a3682ebc6911d4b2e80050dadfb92b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/f5/a3682ebc6911d4b2e80050dadfb92b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d2/7849b8bec911d4b2e80050dadfb92b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d2/7849b8bec911d4b2e80050dadfb92b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 03:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893273#M934754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T03:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893274#M934755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess ur answer is not related to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Shiva.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shiva Lakshmi Kummari on Jun 6, 2008 10:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 08:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893274#M934755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T08:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893275#M934756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE24, this is for creating global classes.&lt;/P&gt;&lt;P&gt;In this when you enter the name of the classes and press enter it will ask for class type and that select radio button Persistent and create it. Here an Agent or Actor class is automatically generated. In Persistent button inside the class we can give the table or structure name to maintian. we can select the fields of this given table r structure. Here automatically the default methods are crreated for that class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Encourage me by rewarding points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chandralekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/3893275#M934756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T07:05:39Z</dc:date>
    </item>
  </channel>
</rss>

