Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAGObject : genereren (SQL) output buiten objectmodel #5

Closed
justb4 opened this issue Jan 9, 2012 · 2 comments
Closed

BAGObject : genereren (SQL) output buiten objectmodel #5

justb4 opened this issue Jan 9, 2012 · 2 comments
Assignees

Comments

@justb4
Copy link
Contributor

justb4 commented Jan 9, 2012

BAGObject en afgeleide classes hebben functies voor het inserten in een database. DIt is zelfs specifiek voor PostGIS. Wanneer we andere databases (Oracle) en output formaten (denk aan CSV, OGR) kunnen we niet dit model blijven "aanplempen" met nieuwe functies.

Er zijn standaard design patterns om hier mee om te gaan, met name de combinatie Iterator+Visitor evt Decorator. Via deze patterns is het mogelijk om nieuwe functionaliteit aan een bestaand object model toe te voegen zonder het object model zelf te wijzigen. Zie bijv. http://sourcemaking.com/design_patterns/visitor

@ghost ghost assigned justb4 Jan 9, 2012
@justb4
Copy link
Contributor Author

justb4 commented Oct 15, 2016

Staat al te lang open: beste is om BAG ook met Stetl te extraheren.

@justb4
Copy link
Contributor Author

justb4 commented Mar 31, 2021

Niet meer relevant, zie BAG v2 met Stetl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant