Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Linedrawing/CAD-program in a browser window
I'm starting a behemot of a online software here where I work, basically it is translating a program from desktop to browser window.
Here is some tidbit of background before I go in to the detail of the subject.
I'm working in a company on the romantic area of wastewater treatment, and the program is designed to be a tool for wastewater engineers to design solutions for home wasterwater treatment. Most of the tool is forms where you define your home, how many square feet/meters, how many people live in it and so on, very easy stuff to whip up in RoR, then it gives you a product choice(s) for you to choose from.
Now in Finnish wastewatertreatment law, that the wastewater plan must have a principle drawings. And this is where it becomes tricky, the software we currently have has a jCad, but it doesn't need to be a CAD software necessarily, almost any line drawing software that allows importing of DWG (cad-images) and bitmaps (jpg primarily), and has an option for symbols and line drawing tools is suffice.
In my mind, since jCad IS made with Java, it could be possible to use that or some other Java based drawing tool, maybe even a third party made one for our purpose (this is a serious advantage comparing to our competition that doesn't have any planning software at all so money shouldn't be huge issue).
Are there other possible solutions for making this? Could Flash handle something like this, it would be wicked awesome if it could since it would be cool, somewhat light and would possibly run better than a Java program.
I'm also thinking about a program made with C#, or other .Net tech, I'm not sure if they can run from a server in your browser window.
I would appreciate if anyone can input to this, since this would be possibly the coolest thing on earth for me.
0
This discussion has been closed.
Comments
Of course, I have no idea if it will import them dynamically, or only at design-time.