One more thing: Any suggestions on what name space (.NET equivalent of Java
package) we should use for the C# code?
The convention is: CompanyName.TechnologyName[.Feature], all in PascalCase.

I've used NeoTechnology.Neo.Api (equiv to org.neo4j.api.core) and
NeoTechnology.Neo.Remote (equiv to org.neo4j.remote) so far, but since
noting in published yet, it is still very changeable.

The naming conventions for name spaces is described in MSDN here:
http://msdn.microsoft.com/en-us/library/893ke618(VS.71).aspx

On Wed, Oct 8, 2008 at 2:54 PM, Tobias Ivarsson <
[EMAIL PROTECTED]> wrote:

> Hi all,
>
> I've spent the past two days updating Neo4j.py and RemoteNeo (it will
> probably hit the repository early next week). One thing I'm doing is
> implementing a RemoteNeo client in pure Python, thereby making Neo4j.py
> usable on many more platforms.
>
> Bringing Neo to more platforms than Java is one of my aims with RemoteNeo,
> and in this spirit I started implementing a RemoteNeo client in C# as well,
> enabling the use of Neo on the .NET platform.
> This made me think that perhaps the core api (org.neo4j.api.core) should be
> broken out into a separate component, where the API in multiple languages
> can be maintained.
>
> Another thing I noticed was that obviously the C# implementation of the
> RemoteNeo client looks almost identical to the Java implementation. Does
> anybody know of a good way of maintaining multiple implementations of the
> same project in different languages, or at least in both Java and C#? I
> don't want to have to write it in Fan [http://www.fandev.org/], because
> that introduces some indirections on both platforms.
>
> What do you all think?
> --
> Tobias Ivarsson <[EMAIL PROTECTED]>
> Hacker, Neo Technology
> www.neotechnology.com
> Cellphone: +46 706 534857
>



-- 
Tobias Ivarsson <[EMAIL PROTECTED]>
Hacker, Neo Technology
www.neotechnology.com
Cellphone: +46 706 534857
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to