11 messages in net.java.dev.jna.usersRe: [jna-users] Fwd: https://jna.dev....
FromSent OnAttachments
Timothy WallFeb 29, 2008 5:14 am 
Paul LoyFeb 29, 2008 6:10 am 
Timothy WallFeb 29, 2008 7:07 am 
Timothy WallFeb 29, 2008 7:46 am 
DiegoFeb 29, 2008 8:15 am 
Emmanuel PirschFeb 29, 2008 8:55 am 
Duncan McGregorFeb 29, 2008 9:41 am 
Jøran Vagnby LillesandMar 1, 2008 3:49 am 
Timothy WallMar 2, 2008 6:10 am 
Hackett, MarkMay 8, 2008 5:41 am.html
Timothy WallMay 9, 2008 11:19 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Fwd: https://jna.dev.java.net/#demosActions...
From:Duncan McGregor (dun@oneeyedmen.com)
Date:Feb 29, 2008 9:41:15 am
List:net.java.dev.jna.users

As I'm currently writing the documentation for Rococoa (http://rococoa.dev.java.net) I'm having to ask myself similar sorts of questions about my docs.

My whistle-stop tour (http://rococoa.dev.java.net/rococoa-whistlestop.html) is more detailed than "JNA's How To Get Started Using JNA (https://jna.dev.java.net/#getting_started"), hell, it even has a page to itself, which I suppose must mean that I think that more detail is needed for my audience.

However, I have a feeling that it is going to come back and haunt me, by encouraging people to try Rococoa who won't be able to take the next step. Rococoa, and to a greater extend JNA, are not amateur tools. Maybe they could be with significant investment, but the current situation is that any developer using the libraries are going to see their VM blown into small pieces on a regular basis, and they are going to have to work out what they just did that caused it. In both cases developers must understand both Java and another language, and in the case of JNA, a good deal about the platform they are targeting.

So I think I would argue that, unless Timothy et al are going to provide a prohibitive amount of support, there has to be a test to see whether you are a worthy enough hacker to start using JNA. Working out what is going on from the current sketchy docs is that test.

Duncan