Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Hello there guy's and gal's
I was looking for a reporting tool that suit for Eclipse IDE, easy to use, and free.
I already know a little in BIRT Reporting in Eclipse but the only problem is BIRT Report consume a lot of memory upon execution.
While go ogling, Jasper's report caught my attention because of its availability but suddenly integrating jasper report to my swing application didn't go well, I've been stuck for almost 2-weeks until I ended in using BIRT report. because no one cares to help me out...
but here i am again still looking for a good reporting tool that i can perfectly integrate to my swing application under the Eclipse IDE
Thanks in advance.
We use iText to generate PDF output from our Java applications.
http://itextpdf.com/
http://www.ibm.com/developerworks/opensource/library/os-javapdf/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a IDE that supports java and is based over terminal. I'm using Ubuntu 12.04 and it doesn't have any gui installed and I'd prefer to keep it that way. However, I'd also like to code on it and connect to it from other computers using SSH to code on there to provide a lightweight and fast IDE.
It has to be able to edit, compile, and test Java on the spot, and more languages if possible.
It would be nice if it had support for multiple projects and had a collapsible project browser, like in netbeans and most IDE's.
Does anyone know anything that meets the requirements?
I'd love something like http://www.spartacusrex.com/terminalide-1280x800.jpg however thats only for android.
emacs with JDEE is the only example I can think of. You might be able to get along with vim, but there will be a lot of ESC :! shell calls.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
The project aims to analyzing the patients’ illness cells using Big Data technology to indicate which treatments could have the best outcomes and fewest side effects.
But I think using python or java library. I can't decide which language's library is more useful for my project. if you have any experience , could you help me. I do not know about anything about big data.
Check out Anaconda. It's got just about every library you'll need for big data analysis bundled into one installer.
The Anaconda distro also includes Disco MapReduce, so you have all the tools you need to set up a distributed file system MapReduce farm for really large analysis jobs.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
In my project I am using a lot of strings to create reports. Is there any library or API that can create stylish reports (in PDF) in Java? I tried with Jasper reports but it can only create reports from mySQL database.Regards.
iText (not free for commercial use) will let you do PDF programmatically (code your layout). JODReports (free) or Docmosis (free trials but not free) can do PDF and other formats and work from templates (DOC or ODT) mail-merge style. Please note I work for the company that created Docmosis.
Each of the technologies will let you create stylish reports, but working from templates is often faster than working in code if you are starting from scratch.
Hope that helps.
Apache has several
http://pdfbox.apache.org/
http://xmlgraphics.apache.org/fop/
Or you can use http://itextpdf.com/
Try iText. I used it in some of my projects, and it works like a charm.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am new to mobile testing and i want to test the ios apps through any of the automation tools available in the market,could you please suggest me which tool is best ? and useful links to that tool for how to use that tool in a proper manner
I personally prefer Calabash which is built on Cucumber if you want to do acceptance tests. Then you can automate your builds using Jenkins. There are support for Cucumber in Jenkins as well, you can find it here.
You can use Gorrila and TestStudio.
Also StackOverFlow
Another option is Appium, which lets you write tests in many languages and test frameworks.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm a CS student, so obviously IDEs are a bit of an overkill for me. I mainly code with Vim (well technically MacVim) and compile and run using the terminal. In the past I usually debug by using print statements. However I feel that it's time I move on to more appropriate tools for my need. I have heard of and tried jdb but I would prefer a GUI one. Any recommendations guys?
Unless you're already extremely experienced with using another tool and love it to death, if you're doing Java, you should just use an IDE. You can go against the grain if you want, but I don't see the advantages for you. Eclipse and Netbeans are both free and excellent tools. It takes 2 minutes to create a new project thats ready to build/run with a single click. Syntax highlighting, refactoring, debugger, code completion are all things you will learn to love even if its a small program. If its complicated enough to need a debugger, its complicated enough to use an IDE.
I would like to suggest Eclipse for Java.