Re: [Neo] imdb example app

2008-08-20 Thread Anders Nawroth
Hi! > Some images are downsized in terms of resolution resulting in jaggies. > I'll replace the Neoclipse screenshots with the original screenshots in a while. The UML diagrams have been original size most of the time. I also added a note about blurry images caused by browser (default) se

Re: [Neo] imdb example app

2008-08-20 Thread Anders Nawroth
hi! Tobias Ivarsson skrev: > We could have it as a regular component in the repo, then it would get > included in the regular automatic build system with no extra configuration. > If it's already configured to package the source as well, then yes. (and I think all components should get the so

Re: [Neo] imdb example app

2008-08-20 Thread Tobias Ivarsson
On Wed, Aug 20, 2008 at 11:04 AM, Anders Nawroth <[EMAIL PROTECTED]>wrote: > > > Peter Neubauer skrev: > > Ok, > > with buffere size 500 it works. > > Thanks for testing this! > > > Great little app, now just a little > > eye candy (CSS) and wildcard search, and things would be shiny! > > > > The

Re: [Neo] imdb example app

2008-08-20 Thread Anders Nawroth
Peter Neubauer skrev: > Ok, > with buffere size 500 it works. Thanks for testing this! > Great little app, now just a little > eye candy (CSS) and wildcard search, and things would be shiny! > The eye candy part is on the todo list of our web dev. https://trac.neo4j.org/ticket/90 Wildcard

Re: [Neo] imdb example app

2008-08-20 Thread Peter Neubauer
Ok, with buffere size 500 it works. Great little app, now just a little eye candy (CSS) and wildcard search, and things would be shiny! /peter GTalk: neubauer.peter Skype peter.neubauer ICQ 18762544 Phone +46704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/petern

Re: [Neo] imdb example app

2008-08-20 Thread Anders Nawroth
Hi! No idea about this at the moment. I have set up nothing extra in the run config. Could you try lower values on tihs line: private static final int BUFFER_SIZE = 5000; in ImdbParser? /anders Peter Neubauer skrev: > Running jetty:run from a launch configuration gives me > java.lang.OutOf

Re: [Neo] imdb example app

2008-08-20 Thread Peter Neubauer
Running jetty:run from a launch configuration gives me java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:2760) at java.util.Arrays.copyOf(Arrays.java:2734) at java.util.ArrayList.ensureCapacity(ArrayList.java:167) at java.util.ArrayLi

Re: [Neo] imdb example app

2008-08-20 Thread Anders Nawroth
Hi! Sounds like I forgot to update that part of the documentation. Just don't unzip them ... the app will read .zip and .gz as well. /anders Peter Neubauer skrev: > Mmh, > I am trying to unzip teh data files into /src/test/data but cannot > open them on WindowsXP. Maybe you can compress them us

Re: [Neo] imdb example app

2008-08-20 Thread Peter Neubauer
Mmh, I am trying to unzip teh data files into /src/test/data but cannot open them on WindowsXP. Maybe you can compress them using straight .zip or not at all? /peter GTalk: neubauer.peter Skype peter.neubauer ICQ 18762544 Phone +46704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter ht

Re: [Neo] imdb example app

2008-08-20 Thread Anders Nawroth
Hi! Björn Granvik skrev: > I had a look at the Imdb example app and it looks really good! Having > a close to full blown example is vital. > Did you actually run the application, too? It would be nice if I can get some response regarding on which platforms it runs successfully. I know Jav

Re: [Neo] imdb example app

2008-08-19 Thread Anders Nawroth
Hi! > 2) Resolution > Some images are downsized in terms of resolution resulting in jaggies. > I guess this is done so that it will fit better in terms of screen size. > Is it possible in MediaWiki to have a thumbnail and when I click I get > a decent full size image? > The thumbnails are

Re: [Neo] imdb example app

2008-08-19 Thread Björn Granvik
Hi, I had a look at the Imdb example app and it looks really good! Having a close to full blown example is vital. Thourough step through of material, good choices of images, etc - very nice. Some thoughts though. 1) Intention of the app The starting text describes what this example is, but n

Re: [Neo] imdb example app

2008-08-10 Thread Johan Svensson
On Fri, Aug 8, 2008 at 7:00 PM, Anders Nawroth <[EMAIL PROTECTED]> wrote: > http://wiki.neo4j.org/content/IMDB_Transaction_handling > This one explains it well but I would like the link to it in http://wiki.neo4j.org/content/IMDB_Example to be moved after the domain has been introduced. -Johan __

Re: [Neo] imdb example app

2008-08-08 Thread Anders Nawroth
hi! > create() ? I changed "store" to "create". > >> Another thing that hit me is that there is nothing mentioned about >> transactions in the domain implementation. I guess all transaction > http://wiki.neo4j.org/content/IMDB_Transaction_handling Not sure where to put the link on the overvi

Re: [Neo] imdb example app

2008-08-08 Thread Anders Nawroth
hi! Thanks for looking at this. > ImdbService where the "store" methods may give an association to the create() ? > > Another thing that hit me is that there is nothing mentioned about > transactions in the domain implementation. I guess all transaction OK, I'll add that. > management is per

Re: [Neo] imdb example app

2008-08-08 Thread Johan Svensson
Hi Anders, The code looks fine to me. One small thing is the method names in ImdbService where the "store" methods may give an association to the load/store pattern (see work in progress http://wiki.neo4j.org/content/Guidelines_for_Building_a_Neo_App) and we do not want that. Another thing that h

[Neo] imdb example app

2008-08-07 Thread Anders Nawroth
Hi! I'm currently writing documentation for an imdb example application. The app loads some imdb data, and the user can browse through movies/actors. For every actor¸ the "Kevin Bacon number" and "Bacon path" is printed. The documentation: http://wiki.neo4j.org/content/IMDB_Example The code (