Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Java 5 tricks and nio.FileLock

On Mon, 2005-04-25 at 23:56 -0700, Jody Garnett wrote:
> Hi guys, here is another nice summary of some out of the way Java 5 
> capabilities.
> 
> I really liked the Arrays.asList( 1, 2, 3, 4, 5 ) method for example.
> 
> The other one that caught my eye was the mention of FileLock in the nio 
> package.  I know we are having trouble with shapefile on windows, 
> perhaps a FileLock could be aquired during commit (being in nio it may 
> be available in Java 1.4).

FileLock is part of 1.4 and I am playing with it a bit but I need to get
a dev environment on windows to try it out.

Jesse
> 
> Jody
> 
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top