C Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesC Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 1st, 2012, 11:26 AM
karanravi88 karanravi88 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 3 karanravi88 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 30 sec
Reputation Power: 0
Migration of Taskmate Language to ???

Hi All,

I would like to know if anyone of you have ever faced such issues and can help me.

I have an application which uses taskmate and C++ together. now, Taskmate is to be retired/removed and we are thinking of a possible solution to migrate taskmate workflows(code written) into another language or if we can use an emulator or if there is a tool to which can convert workflows not 100% but near to it in another language (similar to Microsoft tool for conversion of VB 6 to VB DOTNET).

Please provide some insights.

Thanks in advance for your help.

Reply With Quote
  #2  
Old October 1st, 2012, 12:03 PM
mitakeet's Avatar
mitakeet mitakeet is offline
I'm Baaaaaaack!
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Jul 2003
Location: Maryland
Posts: 5,538 mitakeet User rank is Captain (20000 - 30000 Reputation Level)mitakeet User rank is Captain (20000 - 30000 Reputation Level)mitakeet User rank is Captain (20000 - 30000 Reputation Level)mitakeet User rank is Captain (20000 - 30000 Reputation Level)mitakeet User rank is Captain (20000 - 30000 Reputation Level)mitakeet User rank is Captain (20000 - 30000 Reputation Level)mitakeet User rank is Captain (20000 - 30000 Reputation Level)mitakeet User rank is Captain (20000 - 30000 Reputation Level)mitakeet User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 2 Weeks 4 Days 2 h 38 m 46 sec
Reputation Power: 242
No idea what 'taskmate' is and Google was no help. If management has decided to do away with supporting the language but isn't interested in supporting the migration then you are stuck between a rock and a hard place. On the other hand, if they are willing to support migration (with bucks, of course, not just soothing words) then now is the perfect time to do a re-analysis of what the product is actually offering and re-architecting the solution to reflect current realities. There is generally very little value in an automated conversion of legacy code. You always get changes in behavior and I can flat out guarantee you that no one will be able to maintain the mess so generated. Way better to come up with a totally new design and re-solve the old problems with new tools.
__________________

My blog, The Fount of Useless Information http://sol-biotech.com/wordpress/
Free code: http://sol-biotech.com/code/.
Secure Programming: http://sol-biotech.com/code/SecProgFAQ.html.
Performance Programming: http://sol-biotech.com/code/PerformanceProgramming.html.
LinkedIn Profile: http://www.linkedin.com/in/keithoxenrider

It is not that old programmers are any smarter or code better, it is just that they have made the same stupid mistake so many times that it is second nature to fix it.
--Me, I just made it up

The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.
--George Bernard Shaw

Reply With Quote
  #3  
Old October 2nd, 2012, 02:59 PM
clifford's Avatar
clifford clifford is offline
Contributing User
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Aug 2003
Location: UK
Posts: 4,808 clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level)clifford User rank is General 12nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 2 Days 17 h 42 m 14 sec
Reputation Power: 1800
Quote:
Originally Posted by mitakeet
No idea what 'taskmate' is and Google was no help.

Found this.

But the name seems to refer to a number of products. That one seems most likely. However to assist one would probably need a reference manual, and I can find nothing.

The language (and the reference manual) are mentioned in this patent. It states:
Quote:
As is well known to those having skill in the art, Taskmate is a software development environment that supports end user programming and allows users to customize host applications and mechanize host interactions through a high level workflow language.
You have to love that phrasing; sounds like Nigel Molesworth
Quote:
as any fule kno...

Reply With Quote
  #4  
Old October 3rd, 2012, 04:49 AM
karanravi88 karanravi88 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 3 karanravi88 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 30 sec
Reputation Power: 0
Quote:
Originally Posted by mitakeet
No idea what 'taskmate' is and Google was no help. If management has decided to do away with supporting the language but isn't interested in supporting the migration then you are stuck between a rock and a hard place. On the other hand, if they are willing to support migration (with bucks, of course, not just soothing words) then now is the perfect time to do a re-analysis of what the product is actually offering and re-architecting the solution to reflect current realities. There is generally very little value in an automated conversion of legacy code. You always get changes in behavior and I can flat out guarantee you that no one will be able to maintain the mess so generated. Way better to come up with a totally new design and re-solve the old problems with new tools.


Thankyou for your inputs.. we did talk on what you have mentioned and are keeping both the options open currently.
If you find anything else in this relation I would appreciate it

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesC Programming > Migration of Taskmate Language to ???

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap