<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/spring4d</id>
  <title type="text">Spring Framework for Delphi Google Group</title>
  <subtitle type="text">
  Spring Framework for Delphi
  </subtitle>
  <link href="/group/spring4d/feed/atom_v1_0_topics.xml" rel="self" title="Spring Framework for Delphi feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Nick Hodges</name>
  <email>nickhod...@gmail.com</email>
  </author>
  <updated>2013-05-11T19:54:11Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/3b87fb7921acc362</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/3b87fb7921acc362" />
  <title type="html">ImplementsAttribute?</title>
  <summary type="html" xml:space="preserve">
  If I have the following class: &lt;br&gt; &lt;p&gt;type &lt;br&gt; [Implements(TypeInfo(IDoSometh ing))] &lt;br&gt; TDemoClass = class(TInterfacedObject, IDoSomething) &lt;br&gt; procedure DoSomething; &lt;br&gt; end; &lt;br&gt; &lt;p&gt;It appears that I still have to call: &lt;br&gt; &lt;p&gt;GlobalContainer.RegisterType&amp;lt;T DemoClass&amp;gt;; &lt;br&gt; &lt;p&gt;in order for things to all work.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roberto Schneiders</name>
  <email>antid...@gmail.com</email>
  </author>
  <updated>2013-05-09T12:33:24Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/901c91ee0c8f3249</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/901c91ee0c8f3249" />
  <title type="html">Speaking a bit about performance</title>
  <summary type="html" xml:space="preserve">
  I&#39;m studying this framework. I am interested in dependency injection. &lt;br&gt; A dependency injection framework is very much needed in object-oriented &lt;br&gt; designs. &lt;br&gt; &lt;p&gt;At first the framework seems fantastic. But I have some doubts. &lt;br&gt; &lt;p&gt;Unfortunately the project is still in Beta. Do you consider that I can use
  </summary>
  </entry>
  <entry>
  <author>
  <name>Baoquan Zuo</name>
  <email>baoquan....@gmail.com</email>
  </author>
  <updated>2013-04-19T04:25:58Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/8ea9a78f32a51d10</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/8ea9a78f32a51d10" />
  <title type="html">Attention: Looking forward to your feedback about the new refactoring branch</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;Stefan has working for a while on the refactoring of the Collections &lt;br&gt; framework. Here it is a short description on what happened: &lt;br&gt; &lt;p&gt;*Background:* &lt;br&gt; The original IEnumerable&amp;lt;T&amp;gt; interface is very easy to use but it contains &lt;br&gt; many &amp;quot;extension methods&amp;quot; which cause *HUGE and exploding *binary size
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anders Ellenshøj Andersen</name>
  <email>ande...@ellenshoej.dk</email>
  </author>
  <updated>2013-03-14T14:59:38Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/fe4f52178ae7ec74</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/fe4f52178ae7ec74" />
  <title type="html">Spring4d Cryptography seems to break Datasnap Rest SSL Server SSL3_GET_CLIENT_HELLO:no shared cipher</title>
  <summary type="html" xml:space="preserve">
  Hi, I was experimenting with adding spring4d to my set of tools for use in &lt;br&gt; my Datasnap Rest Server. &lt;br&gt; After I added spring4d to XE3, and adding a simple function that enumerated &lt;br&gt; files, my clients could no longer connect to the server. I got several &lt;br&gt; times the error &lt;br&gt; SSL3_GET_CLIENT_HELLO:no shared cipher.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Baoquan Zuo</name>
  <email>baoquan....@gmail.com</email>
  </author>
  <updated>2013-02-19T13:21:26Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/807e38c78cf3c0ce</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/807e38c78cf3c0ce" />
  <title type="html">[IMPORTANT] An opening discussion on the project name</title>
  <summary type="html" xml:space="preserve">
  It often happens that someone said spring4d is a port of the spring &lt;br&gt; framework in the java field but actually it is not. The name spring was a &lt;br&gt; metaphor of the coming of the Spring season of Delphi, but I admit that it &lt;br&gt; is not a good name. &lt;br&gt; &lt;p&gt;*So if you agree with changing the project name, please say Yes (or No with
  </summary>
  </entry>
  <entry>
  <author>
  <name>Glienke, Stefan</name>
  <email>sglie...@aagon.com</email>
  </author>
  <updated>2013-02-12T10:16:10Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/14002c92160d571b</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/14002c92160d571b" />
  <title type="html">Modifying collection while enumerating</title>
  <summary type="html" xml:space="preserve">
  Currently the collections have the bug that modifying them while enumerating results in wrong data or endless loops. &lt;br&gt; See this example: &lt;br&gt; &lt;p&gt;var &lt;br&gt; l: IList&amp;lt;Integer&amp;gt;; &lt;br&gt; i: Integer; &lt;br&gt; begin &lt;br&gt; l := TCollections.CreateList&amp;lt;Intege r&amp;gt;; &lt;br&gt; l.AddRange([1, 2, 3]); &lt;br&gt; l.RemoveRange(l); // &amp;lt;- this will skip every 2nd item
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ildefonso Martínez Marchena</name>
  <email>i.martinezmarch...@gmail.com</email>
  </author>
  <updated>2013-02-07T18:30:34Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/a4068a37d481af1e</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/a4068a37d481af1e" />
  <title type="html">Interfaces composition</title>
  <summary type="html" xml:space="preserve">
  I am trying to compose interfaces i would like to know if dspring could &lt;br&gt; help me to deal with that &lt;br&gt; p.e. &lt;br&gt; GlobalContainer.RegisterType&amp;lt;T TT&amp;gt;.Implements&amp;lt;Intf1&amp;gt;.Implemen ts&amp;lt;Intf2&amp;gt;; &lt;br&gt; and then &lt;br&gt; var &lt;br&gt; av : Intf1; &lt;br&gt; begin &lt;br&gt; av := Resolve&amp;lt;TTT&amp;gt;; &lt;br&gt; ... &lt;br&gt; and get Intf2 from av? &lt;br&gt; I dont want to use extensive use of queryinterface(...)
  </summary>
  </entry>
  <entry>
  <author>
  <name>hamed kami</name>
  <email>h.kamra...@gmail.com</email>
  </author>
  <updated>2013-02-05T11:31:32Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/bb60a5391359c265</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/bb60a5391359c265" />
  <title type="html">Problem with Installing Spring4D on Delphi XE2...</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; I downloaded Spring4D_V1.0.3.12 &lt;br&gt; When run build.exe file for install that. &lt;br&gt; Clicking build button and after a few seconds i get below error: &lt;br&gt; *Failed to build the task: &amp;quot;Packages\DelphiXE2\Spring4D.g roupproj&amp;quot;* &lt;br&gt; * &lt;br&gt; * &lt;br&gt; *Shot:* &lt;br&gt; &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://lh5.googleusercontent.com/-P19ZDMt0t5w/URDtbqXiPaI/AAAAAAAAAAY/IkRdVD1Jp8E/s1600/Untitled2.png&quot;&gt;[link]&lt;/a&gt;&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Glienke, Stefan</name>
  <email>sglie...@aagon.com</email>
  </author>
  <updated>2013-01-25T09:34:29Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/443b8b9d7bb8a5af</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/443b8b9d7bb8a5af" />
  <title type="html">Collections</title>
  <summary type="html" xml:space="preserve">
  As I suggested in the comments here (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://plus.google.com/u/0/103542769142036599725/posts/6wJCADtxcCH&quot;&gt;[link]&lt;/a&gt;) it would be nice if we had THE collections library that everyone would like to use without having to reimplement them for his own needs. &lt;br&gt; &lt;p&gt;However that requires some though as I personally thing the current design of the Spring collections is not suitable for that (heavy interfaces that make binaries blow up).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ildefonso Martínez Marchena</name>
  <email>i.martinezmarch...@gmail.com</email>
  </author>
  <updated>2013-01-19T17:49:34Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/1ae5925e91b2222c</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/1ae5925e91b2222c" />
  <title type="html">How to help?</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; i am testing Spring Framework for Delphi. I have been using delphi since &lt;br&gt; Delphi 1 and turbo Pascal and i was developing my own delphi framework when &lt;br&gt; i discovered this framework... i have decided to take a look at it and i &lt;br&gt; have seen it is very powerful and must to be powered to all the Delphi &lt;br&gt; Comunity.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Atle Smelvær</name>
  <email>atle.smelv...@gmail.com</email>
  </author>
  <updated>2013-01-13T19:52:52Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/7cdf62981f0c0b45</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/7cdf62981f0c0b45" />
  <title type="html">ParameterOverrides and ServiceLocator</title>
  <summary type="html" xml:space="preserve">
  I know that you can do &lt;br&gt; GlobalContainer.Resolve&amp;lt;ISomeO bj&amp;gt;(TOrderedParametersOverride .Create([..])), &lt;br&gt; but what about the normal use of ServiceLocator.GetService. Any way of &lt;br&gt; using this there, or any plans of moving this functionality into this area? &lt;br&gt; Also, any thoughts on adding an attribute to be able to force an error if
  </summary>
  </entry>
  <entry>
  <author>
  <name>Baoquan Zuo</name>
  <email>baoquan....@gmail.com</email>
  </author>
  <updated>2013-01-09T06:28:00Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/1c7a7b400b87ffe6</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/1c7a7b400b87ffe6" />
  <title type="html">Do you agree to remove Spring.Cryptography.* and Extended Utils (Spring.Utils.*)?</title>
  <summary type="html" xml:space="preserve">
  I have to admit that both of these parts are very useful but they are more &lt;br&gt; like a code library and they are not the core value of spring4d. &lt;br&gt; &lt;p&gt;The cryptography library just wraps some traditional hash/symmetric &lt;br&gt; algorithms while most implementation came from another library with the &lt;br&gt; permission of the author. The benefit is the similar declaration to .net
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nick Hodges</name>
  <email>nickhod...@gmail.com</email>
  </author>
  <updated>2012-12-31T16:43:34Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/9c97a243b9496535</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/9c97a243b9496535" />
  <title type="html">TBuffer</title>
  <summary type="html" xml:space="preserve">
  TBuffer is a very useful type -- should it be in the Spring.Cryptography &lt;br&gt; unit? Should it be in a more general unit? &lt;br&gt; &lt;p&gt;Nick
  </summary>
  </entry>
  <entry>
  <author>
  <name>Baoquan Zuo</name>
  <email>baoquan....@gmail.com</email>
  </author>
  <updated>2012-12-11T05:51:25Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/ee41ea35488ade3e</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/ee41ea35488ade3e" />
  <title type="html">Move to Git repository?</title>
  <summary type="html" xml:space="preserve">
  How about moving the code repository (present on googlecode) to &lt;br&gt; GitHub/BitBucket? &lt;br&gt; &lt;p&gt;Which one do you prefer?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Baoquan Zuo</name>
  <email>baoquan....@gmail.com</email>
  </author>
  <updated>2012-12-08T13:47:23Z</updated>
  <id>http://groups.google.com/group/spring4d/browse_thread/thread/1a6302453f4d9dde</id>
  <link href="http://groups.google.com/group/spring4d/browse_thread/thread/1a6302453f4d9dde" />
  <title type="html">Vote for Adding Spring4D to DelphiFeeds.com</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;We are going to write more articles about the framework and some general &lt;br&gt; technical topics (such as design patterns, DDD, etc.) We hope that we could &lt;br&gt; get more input from the community. &lt;br&gt; &lt;p&gt;Please Vote for this: (+3 votes if possible) &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://delphifeeds.uservoice.com/forums/14264-feedback/suggestions/3428144-add-delphi-spring-framework-blog&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
</feed>
