Sambhashanam
तकनीकी संभाषणम्
Navigation
  • Microsoft Technologies
  • Java Technologies
  • LAMP Technologies
  • Opensource
    • Microsoft Opensource
    • LAMP Opensource
    • Java Opensource
You are here: Home › Entries written by Dhananjay Jha
Currently browsing author

Dhananjay Jha

Merge multiple PDF files in one PDF file

June 5, 2016 | Filed under: Java Opensource, Java Technologies, Opensource, Random, Random Java, JEE Tips & Tricks & News

Hello Sambhashanam readers – I had written an article a long back Mail merge in java for Microsoft Word document and convert to PDF without iText – Part II. Some of you asked – how can I get a single merged PDF file out of many PDF output – and …

Download YouTube videos on computer using VLC

June 2, 2016 | Filed under: Random, Uncategorized

1. Download and install from link http://www.videolan.org/vlc/download-windows.html 2. Open your favorite YouTube video in your favorite browser and copy the URL from address bar 3. Open VLC player from its installed location 4. Click VLC menu – Media -> Open Network Stream.. 5. Paste the copied address/link in step 2 …

Downloading source code from maven repository to your local machine

January 30, 2016 | Filed under: Microsoft Technologies

If you wish to download source along with dependencies – add below ….. <build> …… <plugins> …… <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> </configuration> </plugin> …… </plugins> …… </build> ……….. <build> …… <plugins> …… <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> </configuration> </plugin> …… </plugins> …… </build> ……

Install Yii2 framework on wamp server on Windows 8.1

July 17, 2015 | Filed under: CMS, Framework, LAMP Opensource, LAMP Technologies, Opensource

I was struggling to understand a code-base based on Yii2 framework and after few hours of struggle, I decided to install Yii2 and use it in a sample application. I followed below steps: Step 1:    Install wamp server from http://sourceforge.net/projects/wampserver/files/ . I installed it in C:\Development\Tools\wamp [this will install PHP and …

Install Nexus OSS – The popular maven repository manager and make local maven repository as managed

July 8, 2015 | Filed under: Java Opensource, Java Technologies, Opensource, Random

Download Nexus OSS [nexus-2.11.3-01-bundle.zip] from http://www.sonatype.org/nexus/thank-you-for-downloading/?dl=zip Extract the downloaded zip to directory of your choice – I extracted it to “C:\Development\Tools\nexus-2.11.3-01-bundle” The extracted directory should consists of two sub-directory nexus-2.11.3-01 sonatype-work Open a command prompt and move to C:\Development\Tools\nexus-2.11.3-01-bundle\nexus-2.11.3-01\bin and execute below command: nexus console   The nexus console should …

Writing and Publishing Blog on WordPress using Microsoft Word

July 5, 2015 | Filed under: CMS, LAMP Opensource, Microsoft Technologies, Opensource, Random

Today I decided to write a blog on “Nexus setup” and wanted to do it locally and in multiple steps. So I decided to use MS-Word as my blogging tool and thought to publish the steps I have followed. Step 1: Click File ->New ->Blog Post -> New Step 2: …

Throttle Bandwidth for Bandwidth Testing using chrome

January 4, 2015 | Filed under: Random

Recently we were working on an assignment and we needed to test the page load time and different bandwidth to optimize the page and page size. Although lot of tools are available to do this task – but Chrome provides this feature in-built. To throttle the bandwidth simulate EDGE (250 …

Eclipse Kepler Supports Java 8

April 13, 2014 | Filed under: Java Opensource, Opensource, Random

Eclipse Foundation Announces Java 8 Support As per eclipse foundation The Java™ 8 support contains the following: Eclipse compiler implementation for all the new Java™ 8 language enhancements Updated significant features to support Java™ 8, such as Search and Refactoring Quick Assist and Clean Up to migrate anonymous class creations …

Java Transaction Service (JTS) – The Five Players

March 9, 2014 | Filed under: Java Technologies

The JTS specification defines five distinct players that take part in transaction processing: 1. Transaction Manager – provides services for transaction demarcation, resource management, synchronization and transaction context propagation. 2. Resource Manager – provides access to the transactional resources like database server or message queue. 3. Application Server or Transaction …

Spring, JPA and Hibernate integration tutorial

August 20, 2013 | Filed under: Java Opensource, Java Technologies, Opensource

I am going to setup a simple project using maven and run the one Junit test case using Spring, JPA and hibernate. Step 1: Create the maven project and create the pom.xml The pom.xml will look like below: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>spring-jpa-hibernate-integration-by-sambhashanam</groupId> <artifactId>spring-jpa-hibernate-integration-by-sambhashanam</artifactId> <version>0.0.1-SNAPSHOT</version> <name>spring-jpa-hibernate-integration-by-sambhashanam</name> <description>spring-jpa-hibernate-integration-by-sambhashanam</description>   …

Next Page →

Authors

  • Dhananjay Jha
  • Manish Kumar
  • Sushil Pandey

Recent Comments

  • muhammad on Mail merge in java for Microsoft Word document – Part I
  • muhammad on Mail merge in java for Microsoft Word document – Part I
  • Dhananjay Jha on Mail merge in java for Microsoft Word document and convert to PDF without iText – Part II
  • Clyde Symonette on Mail merge in java for Microsoft Word document and convert to PDF without iText – Part II
  • Dhananjay Kumar Jha on Mail merge in java for Microsoft Word document and convert to PDF without iText – Part II

Tag Cloud

.net activiti activiti-spring activiti bpmn C# change sender mail id in wordpress class classloader Conver MS Word to PDF disable user wordpress dox4j glassfish http response compression java Java Mail Merge MS Word javascript confirmation link on image jax-ws on tomcat jax-ws webservice Jee JTS junit junit-spring Link on Image with hidden URL link load spring configuration load spring configuration xml junit maven maven build Merge MS Word using Java Merge Word Document using XdocReport OOPS oracle weblogic PDF conversion using docx4j php mail function sample activiti process with human task and service task sending mail with attachment spring-orm spring framework spring hibernate spring hibernate integration spring jpa spring jpa hibernate integration tomcat jax-ws web service wordpress wordpress sender email

Looking for old post?

© 2021 Sambhashanam