Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I have a requirement to use the platform agnostic rules engine which needs to run with my java and .net application. In both the windows and linux platform.
Do we have any opensource/commercial rules engine. Can someone share some experiences on the same.
thanks
Lokesh
Code Effects engine is compiled for .NET Standard 2.0, so supposedly it can run on both Linux and Windows. You can't develop against it on Java platform, though, only in .NET.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 days ago.
Improve this question
Is it really possible to code only once and run it without changes cross-platform on Windows, MacOS, Linux, iOS, Android and Web? Make and host interactive websites like e.g. web shops?
How do you like GUI-development with those tools, and could they also handle e.g. crypto, AI or desktop automation tasks?
Are there any (recommendable) books about Dart and Flutter? Is there enough documentation in general to get everything done that can be done without too much headache? How did you become proficient in Dart & Flutter?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I recently started learning about Prism with UWP. Is there any specific new version of Prism to work with UWP? Can anyone share any tutorial for Prism with UWP in Visual Studio 2015??
Yes, there is a version of Prism for UWP. Here is the project site:
https://github.com/PrismLibrary/Prism
There are samples here:
https://github.com/PrismLibrary/Prism-Samples-Windows
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am learning Scala, Play and Slick. Can you point me to some well written open source applications that I can use to better use these tools?
Thanks
Fully automatic Play Slick CRUD app
https://github.com/slick/play-slick-codegen
Corresponding talk: http://www.parleys.com/play/53a7d2c6e4b0543940d9e54c/
Activator templates:
https://typesafe.com/activator/templates#filter:slick
Some third-party Slick apps:
https://github.com/SlickChair/SlickChair
https://github.com/happymelly/teller
Lots of community related work:
https://github.com/slick/slick/pull/826/files
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I know that there are exist established frameworks written in Scala for web development (Lift and Play).
I wonder if there are any frameworks for desktop development as well(even in early beta stage). What I'm after:
- Application workflow
- Custom ui components
Scala comes with Java Swing wrapper, and you could also use SWT (just like you could use any other Java library in Scala). They are both suitable for desktop application development.
JavaFx is comming, so try ScalaFx
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am trying to convert word(.doc) into PDF on iOS device. Is there an opensource solution where I can use as a C/C++ lib or something?
There really is no conveniently open-source library that will do this for you: you may get some mileage out of WvWare but I've never seen it used on iOS and I'm not sure what platform dependencies it may need.
If your iphone is connected to the net, then you can call a Docmosis web service to do it. You need to sign up though.