Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
In my application i have to create report.I don't know which opensource reporting tool is best either jassper report or pentaho report.If anyone has idea about this please share your view. And In what are the aspect jasperreport is differ with pentaho.
I would highly recommend the myDBR reporting tool. myDBR allows you to create your reports within minutes and can easily be integrated to your existing web-application.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
If one were to start a brand new project and we want to use Playwright with TypeScript for front-end testing, would you recommend we use Playwright-test or Jest-Playwright-preset as the test runner? Please indicate why you would pick one over the other. Thank you!
I would recommend Playwright Test, because
it works without other external dependencies
has support for TypeScript out of the box
has multi-project support with different browser configurations
Supports trace-viewer, video, and screenshot creation out of the box via the config.
Applies context per test best practice to have them isolated and self contained
For more references see here: https://playwright.dev/docs/test-intro
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I need to analyse my code against Sonarqube 5.1, is there a way to do this, if not when will this feature come handy with sonar.
There is no Go plugin for SonarQube for the time being and I'm not aware of a plan to have this plugin in the upcoming months.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I want to build a website with a chat. The chat should have a calling option,stickers,smiley faces.Which language would you suggest and why?
I`m thinking about ruby on rails or node.js
I am also thinking to find someone who maybe have experience in the
area, but i am not sure what kind of developer would suit me best.
Language choice depends on how many hours you want to spend on development and further support.
Node.js is a simple and fast option if you want to build a working prototype. If you want to build something with a future advance (in order to solve such issues as scalability) and you have more time you can look at Golang and similar languages.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I need to design a GUI which will recieve data from a micrcontroller(actually my robot, to be precise) via serial port or wireless and plot them in real time.
Which language or platform will be most appropriate to design such interface?
Thanks.
Java, Python, and VB are all options for standalone GUIs, among others such as C#/C++, but I'd go with one of the three listed here.
-Python + Tkinter
-Java
-Visual Basic
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have to create a Firefox plugin. I am a newbie and have no idea about it.
Please provide me information about the following:
Skill/programming language requirements
Any good and simple tutorials<
Sample code and steps to execute it
Difference between firefox plugin,add-on and extension
You can use Mozilla Developer network for documentation and other stuffs.
MDN