HOME         User: Anonymous search for  in 
Login
Username:

Password:

Navigation
Registered User Functions:
  1. Register New Account
Anonymous Functions:
  1. Home
  2. Users
  3. Archives
  4. Templates
  5. Articles
  6. MyGeneration Website
  7. MyGeneration Forums
Categories
    Application Type
    1. Command Line
    2. Graphical User Interface
    3. Library
    4. Sample
    5. Web Application
    Architecture Type
    1. Client-Server
    2. Distributed Computing
    3. Multi-Tier
    4. Peer-to-peer
    Operating System
    1. Linux
    2. Win32
    Programming Language
    1. ASP
    2. ASP.Net
    3. C#
    4. C++
    5. Firebird SQL
    6. J#
    7. Java
    8. Jet SQL
    9. JScript
    10. JSP
    11. MySQL
    12. Perl
    13. PHP
    14. PL/SQL
    15. PostgreSQL
    16. SQL
    17. Transact-SQL
    18. VB.Net
    19. VBScript
    20. XSLT
    Archive: Gentle.NET templates
    Author: angelo
    Created: 10/17/2004 2:24:32 PM
    Last Updated: 12/23/2006 7:41:49 AM


    Scroll down to message list for news flashes in between releases!

    This archive contains templates for the Gentle.NET object persistence framework, as can be found on the Gentle web site.

    Current status:
  1. latest revision of template for Gentle.NET 2.0: December 20, 2006 (Revision 1198) - beta, not for production!
  2. latest revision of template for Gentle.NET 1.x: December 20, 2006 (Revision 1198)
  3. Maintenance on the 44h branch is stopped per December 11, 2005
  4. GentleRelation from revision 909 is donated to the public domain in a seperate template; November 18, 2005

    USAGE REQUIREMENTS

  5. As of revision 952, the Gentle.NET Business Entity template requires Gentle.NET 1.2.7+ to build generated code.
  6. As of revision 965, the Gentle.NET Business Entity template requires MyGeneration 1.1.5+, including the DNP plug-ins to run.

    NOTE ON LICENSING AND CHANGES TO THIS TEMPLATE

    This template is subject licensing under the LGPL, and as of January 5th 2005, development versions of the Gentle.NET template are available in the Gentle.NET Subversion archive, under Contributions. Release versions will be published in the Template Library at irregular intervals, but for those who want to use bleeding edge new template versions: have a look at http://www.mertner.com/svn/repos/projects/gentle. It should be noted that I am (still) the lead maintainer of the template as included in MyGeneration releases, and published on this Template Library. The LGPL allows you to change the template and redistribute your changes, but if you want these changes to be included in the template as stored here and in the Subversion archives, please contact me before changing anything. That's is the only way to keep development under control. I will consider using a different license to enforce this in the future, but for now I trust you all to take this note by heart.

  7. Templates (by Title)
    UpdatedTitleOutput LanguageUsername# Downloads# Views
    12/23/2006 Gentle.NET 2.0 Business Entity $Rev: 1198 $ C# angelo 42234480
    12/23/2006 Gentle.NET Business Entity $Rev: 1198 $ C# angelo 187245272
    11/18/2005 GentleRelation class None angelo 39904644
    Files (by FileName)
    No matching records found.
    Articles (by Title)
    No matching records found.
    Related Archives (by Title)
    No matching records found.
    Messages (by Date Created)
    1 2 3 4 5 6 7 8 9 10 ...
    Date Created
    8/21/2007 2:43:05 AM by Jori :
    Hi danywu, I think it was intentionally commented out. If the checkbox on the GUI is checked, a public parameterless constructor will be created; Else, the constructor will be private. ============ I get a compilation error for a read-only concurrency field. [TableColumn("Timestamp", NotNull=true), Concurrency(), IsReadOnly=true] I think this has to do with lines 1265-1268 ("if(m_IColumn.IsComputed)..."). The template used is Gentle.NET BusinessEntity Rev 1198. I'll report this in Gentle.NET forum.
    6/11/2007 1:11:27 PM by danywu :
    The template for Gentle.NET 1.x rev.1198 seems to have a little bug in it I think. The "if" statement that checks for creation of default constructor was commented out - line 374 in mine. As a result the default constructor was always created regardless of the checkbox state on the GUI. I uncommented it and it was fine.
    4/18/2007 7:27:07 AM by wes0472 :
    When using these templates with an Oracle database, I received a NullReferenceException while attempting to execute the template. This issue is also reported here: http://www.mertner.com/jira/browse/GOPF-231 I was able to fix it by making this change on line 54 of the 'Interface code' tab: //GuiTextBox txtNamespace = ui.AddTextBox("txtNamespace", MyMeta.DefaultDatabase.Alias, "Provide your objects namespace."); GuiTextBox txtNamespace = ui.AddTextBox("txtNamespace", "namespace", "Provide your objects namespace.");
    12/23/2006 7:42:45 AM by angelo :
    Revision 1198 templates, with minor fixes on the relation generation are now available for both Gentle.NET 1.x and 2.x.
    12/9/2006 6:16:57 AM by angelo :

    Revision 1171 is an update for Gentle.NET 1.x.

    We now also have a version for Gentle.NET 2.0

    See Gentle.NET section in the MyGeneration forums for details

    Copyright © 2004 MyGeneration Software. All rights reserved.
    Feedback: feedback@mygenerationsoftware.com
    Support: support@mygenerationsoftware.com