Hello Everyone

I want to deploy D2R source code in one development tool  such as eclipse or 
myeclipse, How can i do it?
Is there any manual or guide ?

Thanks very much!

--bocai


----------------------------------------------------------------------

From: d2rq-map-devel-request
Date: 2013-07-27 16:55
To: d2rq-map-devel
Subject: d2rq-map-devel Digest, Vol 84, Issue 2
Send d2rq-map-devel mailing list submissions to
d2rq-map-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel
or, via email, send a message with subject or body 'help' to
d2rq-map-devel-requ...@lists.sourceforge.net

You can reach the person managing the list at
d2rq-map-devel-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of d2rq-map-devel digest..."


Today's Topics:

   1. generate-Mapping error (bocai)
   2. Re: generate-Mapping error (Richard Cyganiak)
   3. Two questions about D2R Mapping (bocai)
   4. Re: Two questions about D2R Mapping (Richard Cyganiak)


----------------------------------------------------------------------

Message: 1
Date: Wed, 24 Jul 2013 17:19:44 +0800
From: bocai <jian...@clas.ac.cn>
Subject: [d2rq-dev] generate-Mapping error
To: d2rq-map-devel <d2rq-map-devel@lists.sourceforge.net>
Message-ID: <201307241719425937...@clas.ac.cn>
Content-Type: text/plain; charset="gb2312"

When I generate D2R mapping file. 
D:>generate-Mapping -u abc -p 123456 -d 
com.microsoft.sqlserver.jdbc.SQLServerDriver -o conf.n3 -b 
http://1.2.3.4:2020/resource/  jdbc:sqlserver://localhost;databaseName=abc 
I want to  add -b option, but D2R gave the error message. 
Exception in thread "main" java.lang.IllegalArgumentException: No value for argu
ment: b
        at jena.cmdline.CommandLine.process(CommandLine.java:163)
        at d2rq.generate_mapping.main(generate_mapping.java:41)

How can i add actual IP or domain name information into D2R web page. I want 
other people to visit my D2R page.
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Wed, 24 Jul 2013 16:40:54 +0100
From: Richard Cyganiak <rich...@cyganiak.de>
Subject: Re: [d2rq-dev] generate-Mapping error
To: bocai <jian...@clas.ac.cn>
Cc: d2rq-map-devel <d2rq-map-devel@lists.sourceforge.net>
Message-ID: <bd337d71-2cbb-46d5-ac1b-c6dde374b...@cyganiak.de>
Content-Type: text/plain; charset=GB2312

There is no -b option on generate-mapping in the latest version of D2RQ. Use -b 
when calling d2r-server. The docs at http://d2rq.org/generate-mapping are 
outdated in this regard -- will fix it.

Best,
Richard


On 24 Jul 2013, at 10:19, bocai wrote:

> When I generate D2R mapping file.
> D:>generate-Mapping -u abc -p 123456 -d 
> com.microsoft.sqlserver.jdbc.SQLServerDriver -o conf.n3 -b 
> http://1.2.3.4:2020/resource/  jdbc:sqlserver://localhost;databaseName=abc 
> I want to  add -b option, but D2R gave the error message.
> Exception in thread "main" java.lang.IllegalArgumentException: No value for 
> argu
> ment: b
>         at jena.cmdline.CommandLine.process(CommandLine.java:163)
>         at d2rq.generate_mapping.main(generate_mapping.java:41)
>  
> How can i add actual IP or domain name information into D2R web page. I want 
> other people to visit my D2R page.
>  
>  
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________
> d2rq-map-devel mailing list
> d2rq-map-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel




------------------------------

Message: 3
Date: Thu, 25 Jul 2013 16:51:24 +0800
From: bocai <jian...@clas.ac.cn>
Subject: [d2rq-dev] Two questions about D2R Mapping
To: d2rq-map-devel <d2rq-map-devel@lists.sourceforge.net>
Message-ID: <201307251651225937...@clas.ac.cn>
Content-Type: text/plain; charset="gb2312"

Hello,
I have two questions about D2R Mapping
The first question is how I can visit the content published by D2R with real IP 
http://1.2.3.4:2020/... but not by http://localhost:2020/... ?  
where can I configure this issue?

The second is about how to combine a URI using a column in the mapping file. 
The information is below:
There is a column named documentid which I want to use to combine a 
URL(http://server/DocumentServerlet?key=showDocument&docuid=@@dbo.T_page.documentid@@
 ) to visit detailed information in another Web Site. I configured in mapping 
file,but failed

map:T_page_docuid a d2rq:PropertyBridge;
d2rq:belongsToClassMap <file:/D:/d2r-server-0.7/conf.n3#dbo.T_page>;
d2rq:property vocab:documentid;
d2rq:propertyDefinitionLabel "T_page documentid";
d2rq:uriColumn 
"http://server/DocumentServerlet?key=showDocument&docuid=@@dbo.T_page.documentid@@";;

How can I configure this issue?

Thanks very much!
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 4
Date: Sat, 27 Jul 2013 09:54:53 +0100
From: Richard Cyganiak <rich...@cyganiak.de>
Subject: Re: [d2rq-dev] Two questions about D2R Mapping
To: bocai <jian...@clas.ac.cn>
Cc: d2rq-map-devel <d2rq-map-devel@lists.sourceforge.net>
Message-ID: <bb848e22-3c5a-4146-857d-0fe6c628f...@cyganiak.de>
Content-Type: text/plain; charset="us-ascii"

On 25 Jul 2013, at 09:51, bocai <jian...@clas.ac.cn> wrote:

> Hello,
> I have two questions about D2R Mapping
> The first question is how I can visit the content published by D2R with real 
> IP http://1.2.3.4:2020/... but not by http://localhost:2020/... ? 
> where can I configure this issue?

Are you running D2R Server on your laptop/desktop, or on a server? You need to 
run it on a server. You may need to talk to your organisation's IT staff about 
this. If you have a server, then just decide what port to run it on (you can 
keep it on 2020 if that is open in the firewall, but may want to consider 80). 
Then specify -b and -p when starting D2R.

>  The second is about how to combine a URI using a column in the mapping file. 
> The information is below:
> There is a column named documentid which I want to use to combine a 
> URL(http://server/DocumentServerlet?key=showDocument&docuid=@@dbo.T_page.documentid@@
>  ) to visit detailed information in another Web Site. I configured in mapping 
> file,but failed
>  
> map:T_page_docuid a d2rq:PropertyBridge;
> d2rq:belongsToClassMap <file:/D:/d2r-server-0.7/conf.n3#dbo.T_page>;
> d2rq:property vocab:documentid;
> d2rq:propertyDefinitionLabel "T_page documentid";
> d2rq:uriColumn 
> "http://server/DocumentServerlet?key=showDocument&docuid=@@dbo.T_page.documentid@@";;
>  
> How can I configure this issue?

See http://d2rq.org/d2rq-language#resource-identity

You're looking for d2rq:uriTemplate

Best,
Richard


>  
> Thanks very much!
>  
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> d2rq-map-devel mailing list
> d2rq-map-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

------------------------------

_______________________________________________
d2rq-map-devel mailing list
d2rq-map-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel


End of d2rq-map-devel Digest, Vol 84, Issue 2
*********************************************
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
d2rq-map-devel mailing list
d2rq-map-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to