Hi, I was hoping I could get some idea on how much effort (especially time) is involved in this type of project. Any type of feedback would be appreciated.
Thanks!!
Mike Gross Solution Center Office: 800-253-3449 / 585-464-8035
(x207)
|
Hi Michael,
It depends on many things, mainly how much GUI code you have, is this server or client app etc. Can you describe you app a bit more? Best regards Janko Michael Gross wrote: > Hi, > > I was hoping I could get some idea on how much effort > (especially time) is involved in this type of project. > > Any type of feedback would be appreciated. > > > > Thanks!! > > > > Mike Gross > > Solution Center > Blue Heron Consulting > 90 Airpark Dr, Suite 200 > Rochester, NY 14624 > > www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> > > Office: 800-253-3449 / 585-464-8035 (x207) > Fax: 800-464-9901 / 585-464-9760 > > > -- Janko Mivšek Svetovalec za informatiko EraNova d.o.o. Ljubljana, Slovenija www.eranova.si tel: 01 514 22 55 faks: 01 514 22 56 gsm: 031 674 565 |
Hi Janko,
I do not know exactly but, I would say there are around 7000 +/-Defined and Extended Classes currently in Envy. It is a part of a client server application but, the Smalltalk is just the client. Mike -----Original Message----- From: Janko Mivšek [mailto:[hidden email]] Sent: Monday, November 20, 2006 10:13 AM To: 'VWNC' Subject: Re: Smalltalk upgrade 3.x to 7.x Hi Michael, It depends on many things, mainly how much GUI code you have, is this server or client app etc. Can you describe you app a bit more? Best regards Janko Michael Gross wrote: > Hi, > > I was hoping I could get some idea on how much effort > (especially time) is involved in this type of project. > > Any type of feedback would be appreciated. > > > > Thanks!! > > > > Mike Gross > > Solution Center > Blue Heron Consulting > 90 Airpark Dr, Suite 200 > Rochester, NY 14624 > > www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> > > Office: 800-253-3449 / 585-464-8035 (x207) > Fax: 800-464-9901 / 585-464-9760 > > > -- Janko Mivšek Svetovalec za informatiko EraNova d.o.o. Ljubljana, Slovenija www.eranova.si tel: 01 514 22 55 faks: 01 514 22 56 gsm: 031 674 565 |
In reply to this post by Michael Gross-4
Mike,
We did this last year for a fairly large system (client and GemStone server Smalltalk). We spent most time in sorting out prerequisites in the Store environment, after importing everything. We run into a lot of circulair prerequisite issues. We also had some third party frameworks like DDF that have no Store release. Some tips: 1) Don't bother about namespaces at first. 2) Export your (sub)applications as .st files one by one and load them into your Store image using GHChangeList (See GHTools in the cincom open repository). GHChangeList deals with packages and namespaces. 3) Check the open repository to find out what has already been ported by others. Hope this gives you an idea on the amount of work in your case. Adriaan. -- Adriaan van Os Soops b.v. |
Free forum by Nabble | Edit this page |