[Pharo-project] ODBC additions; very early GUI layer
I put two packages in PharoTaskForces. To any and all interested parties, I've added catalog methods to the existing ODBC wrapper. See the extension methods in ODBCConnection. You will have to excuse some gratuitous selectors that make my Dolphin ODBC code feel a little less unwelcome than it otherwise might. Gary, please take a quick look at the GUI package, in particular the TreeModel. Try TreePresenter example. I plan to make analogs to the staples from Dolphin's MVP framework: text, lists, trees, images. Value adapters will appear "soon." The handling of view resources will be a challenge. The usual caveats about backups appply, just in case. Bill
Schwab,Wilhelm K a écrit :
I put two packages in PharoTaskForces.
To any and all interested parties, I've added catalog methods to the existing ODBC wrapper. See the extension methods in ODBCConnection. You will have to excuse some gratuitous selectors that make my Dolphin ODBC code feel a little less unwelcome than it otherwise might.
Gary, please take a quick look at the GUI package, in particular the TreeModel. Try
TreePresenter example.
I plan to make analogs to the staples from Dolphin's MVP framework: text, lists, trees, images. Value adapters will appear "soon." The handling of view resources will be a challenge.
super! please go on Alain
The usual caveats about backups appply, just in case.
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yeap. After alain we should try to find a way to publish on that since I know really little frameworks using MVP (except dolphin). I gave you the only paper I could find. but a nice MVP framework for pharo would be immensely cool. Stef On Jan 13, 2010, at 9:58 AM, Alain Plantec wrote:
Schwab,Wilhelm K a écrit :
I put two packages in PharoTaskForces.
To any and all interested parties, I've added catalog methods to the existing ODBC wrapper. See the extension methods in ODBCConnection. You will have to excuse some gratuitous selectors that make my Dolphin ODBC code feel a little less unwelcome than it otherwise might.
Gary, please take a quick look at the GUI package, in particular the TreeModel. Try
TreePresenter example.
I plan to make analogs to the staples from Dolphin's MVP framework: text, lists, trees, images. Value adapters will appear "soon." The handling of view resources will be a challenge.
super! please go on Alain
The usual caveats about backups appply, just in case.
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Alain Plantec -
Schwab,Wilhelm K -
Stéphane Ducasse