C++ back end. Web based front end. Best option

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Carles Bolaños
    New Member
    • Dec 2010
    • 1

    C++ back end. Web based front end. Best option

    Hello everyone

    I have develop a plugin based Job scheduler in C++. This program is console based and multiplatform. Implements a list and the plugins have the logic of the job, the program only sequence or parallel the jobs.

    I need a front end for monitor the queue status, change jobs priorities, etc... not only monitor, and I don't know exactly how to process.

    I have develop a little front end with WebToolkit and it works but I'm not sure if this is the best solution. I did that the scheduler was a XmlRPC server and a I develop a Wt app with xmlRPC support that commincates with my app and expose a web front end.

    I'm not sure if this is the best solution. I would prefer other tecnologies more "standard" like python or php but I really don't know how to start to test if they are good solutions.

    In my company I have a person who knows about flash tecnologies and I want to find a solution to include a Flash front end to my Scheduler application.

    Any idea? My problem is that tecnologies like php or python and unknown for and for all my team, and I think taht is a good moment, and a good project for begin to understant them.

    Thanks a lot and sorry my poor english
    Happy new year for everyone
Working...