Ask the Community
Ask any professional question and get answers from other specialists.
I used following code to store the generated pdf file in my server doc.save(new File(".").getAbsolutePath()+"/report.pdf") now i want open/load ... See More
Hi Partha, A Spark Streaming Context is the entry point of streaming program. Spark Streaming Context ... See More
Scala incorporates both OOPS and Functional programming concepts. java requires a lot of declarations and definitions and the syntax of Java tends to be lengthy. Scala, o ... See More
IMHO Scala removes all the extra boilerplate from Java, at the same time with the PLAY framework, it eats from the Nodejs plate too. So yes, definitely it is one of the l ... See More
There is admittedly some truth to the statement that “Scala is hard”, but the learning curve is well worth the investment. Some of the more complex features of the langua ... See More
In my perspective JAVA is a giant language but so many new technologies are emerging now a days. And most importantly world is going for mobile computing. Web technologie ... See More
Atlast i solved with the following code Ok.stream(Enumerator.outputStream { os => doc.writeToStream(os) os.close() }).withHeaders( CONTENT_TYPE -&g ... See More