Sambhashanam

तकनीकी संभाषणम्
Navigation
  • Microsoft Technologies
  • Java Technologies
  • LAMP Technologies
  • Opensource
    • Microsoft Opensource
    • LAMP Opensource
    • Java Opensource
  • 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: …

  • Spring and Hibernate integration tutorial

    August 1, 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 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-hibernate-integration-by-sambhashanam</groupId> <artifactId>spring-hibernate-integration-by-sambhashanam</artifactId> <version>0.0.1-SNAPSHOT</version> <name>spring-hibernate-integration-by-sambhashanam</name> <description>spring-hibernate-integration-by-sambhashanam</description>   <properties> …

    spring hibernate integration
  • JAX-WS web service on Tomcat

    July 29, 2013 | Filed under: Java Opensource, Java Technologies, Opensource

    Yesterday, one of my friend was struggling with developing a web service on tomcat. I promised him a sample web service code on tomcat and here it is! Step 1: Set up project 1.1. Create a dynamic web project in eclipse 1.2. Create a server run time and attach it …

  • Setup and run first sample process using activiti

    July 28, 2013 | Filed under: Java Opensource, Java Technologies, Opensource

    I was learning activiti from last couple of days. This weekend, I thought to give it a try. I developed a very simple workflow consisting of one Human Task and one Service Task to start with. The workflow looks like below: I wanted to setup and execute the sample using …

  • Disable user from accessing their posts (member area) in wordpress

    July 21, 2013 | Filed under: LAMP Opensource, LAMP Technologies, Opensource

    WordPress is a great platform to start multi-author blog. It has a very cool feature to invite author(s) to write guest posts. To invite new user the admin user may follow Dashboard->Users->Add New . After some time you decided to restrict (disable or ban!) access to the invited user because …

  • Mail merge in java for Microsoft Word document and convert to PDF without iText – Part II

    July 7, 2013 | Filed under: Java Opensource, Java Technologies, Opensource

    In my last post Mail merge in java for Microsoft Word document – Part I , I have explained how variables can be replaced and a merged document can be generated. This article is extension of the previous one and explains how the MS word file can be converted into …

  • Mail merge in java for Microsoft Word document – Part I

    June 24, 2013 | Filed under: Java Opensource, Java Technologies, Opensource

    In one of the projects I was working on – we defined template using XSL, passed XML data and then generated PDF using Apache FOP. But it was tough to manage change – for even changing a single dot, the business needed to contact the developer. We then started searching …

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

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 …

Downloading source code from maven repository to your local machine

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> …

Install Yii2 framework on wamp server on Windows 8.1

I was struggling to understand a code-base based on Yii2 framework and after few hours of struggle, I decided to install Yii2 …

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

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 …

Writing and Publishing Blog on WordPress using Microsoft Word

Today I decided to write a blog on “Nexus setup” and wanted to do it locally and in multiple steps. So I …

Throttle Bandwidth for Bandwidth Testing using chrome

Recently we were working on an assignment and we needed to test the page load time and different bandwidth to optimize the …

Eclipse Kepler Supports Java 8

Eclipse Foundation Announces Java 8 Support As per eclipse foundation The Java™ 8 support contains the following: Eclipse compiler implementation for all …

Java Transaction Service (JTS) – The Five Players

The JTS specification defines five distinct players that take part in transaction processing: 1. Transaction Manager – provides services for transaction demarcation, …

Can I write DML statements in SQL server functions?

The answer of this is “No” you cannot write DML statements in SQL functions. Functions have Only READ-ONLY database access. If DML …

Read all Articles →

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