Hi folks, I’m new in GIS applications and I want to implement one datastore that meets some requirements. For this, I’m implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
–
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG
Hi folks, I'm new in GIS applications and I want to implement one datastore that meets some requirements. For this, I'm implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
--
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG
Hi folks, I’m new in GIS applications and I want to implement one datastore that meets some requirements. For this, I’m implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
–
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG
Hi folks, I’m new in GIS applications and I want to implement one datastore that meets some requirements. For this, I’m implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
–
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG
Not really - AbstractDataStore is a bit long in the tooth. ContentDataStore is the new hotness and needs a tutorial to show people how to use it.
I am glad you got a datastore working - congrats!
Jody
On 20/06/2010, at 10:47 AM, Egio Arruda wrote:
I get sucess in my implementation. Thanks for this list and for Jody (Your tutorial is excelent).
Hi folks, I’m new in GIS applications and I want to implement one datastore that meets some requirements. For this, I’m implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
–
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG
Not really - AbstractDataStore is a bit long in the tooth. ContentDataStore is the new hotness and needs a tutorial to show people how to use it.
I am glad you got a datastore working - congrats!
Jody
On 20/06/2010, at 10:47 AM, Egio Arruda wrote:
I get sucess in my implementation. Thanks for this list and for Jody (Your tutorial is excelent).
Hi folks, I’m new in GIS applications and I want to implement one datastore that meets some requirements. For this, I’m implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
–
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG
Would you like to produce it together? We could swap emails back and forth and package up the result.
I have a couple of ideas of things to do in this regard; and updating the datatstore tutorial is one of them.
Here are some notes:
The order of the tutorial seems fine, it is not an introduction to feature, but it does start with working code early
AttributeReader is too low level and did not end up getting used in the real world by implementors
I was thinking of using a comma separated value file this time around (since Java properties is already done). I usually use this one: http://www.csvreader.com/java_csv_samples.php
ContentDataStore is the superclass to extend
ContentEntry is where you keep most of your book keeping on a per transaction basis (rather then in Maps like the current AbstractDataStore)
Not really - AbstractDataStore is a bit long in the tooth. ContentDataStore is the new hotness and needs a tutorial to show people how to use it.
I am glad you got a datastore working - congrats!
Jody
On 20/06/2010, at 10:47 AM, Egio Arruda wrote:
I get sucess in my implementation. Thanks for this list and for Jody (Your tutorial is excelent).
Hi folks, I’m new in GIS applications and I want to implement one datastore that meets some requirements. For this, I’m implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
–
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG
I think that is a good ideia. I want to know how the datastore work.
Do you like that would be good ideia add a short explanation about what is a datastore and how it work in geotools api?
Do you have more texts and examples that will help me?
Let’s start!
Would you like to produce it together? We could swap emails back and forth and package up the result.
I have a couple of ideas of things to do in this regard; and updating the datatstore tutorial is one of them.
Here are some notes:
The order of the tutorial seems fine, it is not an introduction to feature, but it does start with working code early
AttributeReader is too low level and did not end up getting used in the real world by implementors
I was thinking of using a comma separated value file this time around (since Java properties is already done). I usually use this one: http://www.csvreader.com/java_csv_samples.php
ContentDataStore is the superclass to extend
ContentEntry is where you keep most of your book keeping on a per transaction basis (rather then in Maps like the current AbstractDataStore)
Not really - AbstractDataStore is a bit long in the tooth. ContentDataStore is the new hotness and needs a tutorial to show people how to use it.
I am glad you got a datastore working - congrats!
Jody
On 20/06/2010, at 10:47 AM, Egio Arruda wrote:
I get sucess in my implementation. Thanks for this list and for Jody (Your tutorial is excelent).
Hi folks, I’m new in GIS applications and I want to implement one datastore that meets some requirements. For this, I’m implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
–
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG
I think that is a good ideia. I want to know how the datastore work.
Each datastore works differently; the database ones use a data base connection (and transaction) to keep things straight.
The file based ones tend to keep any changes in memory and then write out the changes when commit is called.
Do you like that would be good ideia add a short explanation about what is a datastore and how it work in geotools api?
Would you like to produce it together? We could swap emails back and forth and package up the result.
I have a couple of ideas of things to do in this regard; and updating the datatstore tutorial is one of them.
Here are some notes:
The order of the tutorial seems fine, it is not an introduction to feature, but it does start with working code early
AttributeReader is too low level and did not end up getting used in the real world by implementors
I was thinking of using a comma separated value file this time around (since Java properties is already done). I usually use this one: http://www.csvreader.com/java_csv_samples.php
ContentDataStore is the superclass to extend
ContentEntry is where you keep most of your book keeping on a per transaction basis (rather then in Maps like the current AbstractDataStore)
Not really - AbstractDataStore is a bit long in the tooth. ContentDataStore is the new hotness and needs a tutorial to show people how to use it.
I am glad you got a datastore working - congrats!
Jody
On 20/06/2010, at 10:47 AM, Egio Arruda wrote:
I get sucess in my implementation. Thanks for this list and for Jody (Your tutorial is excelent).
Hi folks, I’m new in GIS applications and I want to implement one datastore that meets some requirements. For this, I’m implementing a extension datastore.
So, a need some help with documentation and experience.
Do you give me some help?
Thanks a lot.
–
Atenciosamente,
Egio Arruda Junior
Bacharel em Ciências da Computação - UFG