FET Forum

Discussions and Chat => Talk It Up! => Topic started by: tmolise@gmail.com on January 14, 2016, 06:07:15 AM

Title: FET on the Web or Cloud
Post by: tmolise@gmail.com on January 14, 2016, 06:07:15 AM
Is there any FET project which is meant to be hosted on the Web? If not is there a possibility to transform FET C++ code to Php/Java/Jasper Reports/XML so that timetablers can enjoy generating time tables remotely and students and teachers getting the time table reports on the Web.
Title: Re: FET on the Web or Cloud
Post by: Liviu Lalescu on January 14, 2016, 10:27:17 AM
Maybe there are some applications out there using FET for web, but I don't think they are free.

It would be a tedious job to convert FET entirely. A better approach would be to use the fet-cl (FET command-line) on the server having a .fet XML input file, then giving the results to the users.

I can talk about this some more and I can help with advice and maybe some code on this. Unfortunately, I know little or nothing about cloud or server programming.
Title: Re: FET on the Web or Cloud
Post by: erikmatos on May 03, 2019, 01:23:18 PM
I would like to know how it would be possible for me to build the xml .fet manually?
Title: Re: FET on the Web or Cloud
Post by: Liviu Lalescu on May 03, 2019, 02:02:43 PM
Quote from: erikmatos on May 03, 2019, 01:23:18 PM
I would like to know how it would be possible for me to build the xml .fet manually?

Generate a small .fet XML file from the FET interface, containing the data and the type of constraints you need, and examine it with a text or XML editor. Then create a similar file. It is just text (beginning with two special BOM - byte order mark - characters, but I think these can be omitted if you don't use special characters in your data).