Sunday 16 February 2014

Add external jar from local drive to maven dependency

                                                         STEP 1: Paste the jar in project lib folder.
                                              STEP 2: Add dependency in pom.xml
STEP 3: Accessing the jar




Friday 31 January 2014

Google has the answer for everything but not every time........:)


UAC(user account/access control) disable or enable

Process blocking when your software is running at client side,you can end task by simply task kill command after retrieving list of task by "tasklist" command with "runtime.getruntime" or "processbuilder" process.But some application with administrative  control can't be ended.So you need to have administrative right to solve your purpose.So here is your solution.

1>//////////////////////////////////////////just copy and paste it in a simple text file and then change the extension to "bat" with some name "xxx"/////////
@echo off
CLS

:checkPrivileges
NET FILE 1>NUL 2>NUL
if '%errorlevel%' == '0' ( goto gotPrivileges ) else ( goto getPrivileges )

:getPrivileges
if '%1'=='ELEV' (shift & goto gotPrivileges)

setlocal DisableDelayedExpansion
set "batchPath=%~0"
setlocal EnableDelayedExpansion
Set UAC = CreateObject^("Shell.Application"^) > "%temp%\OEgetPrivileges.vbs"
Set UAC="Nothing"
UAC.ShellExecute "!batchPath!", "ELEV", "", "runas", 1 >> "%temp%\OEgetPrivileges.vbs"
"%temp%\OEgetPrivileges.vbs"
exit /B

:gotPrivileges
::::::::::::::::::::::::::::
:START
::::::::::::::::::::::::::::
setlocal & pushd .

REM Run shell as admin (example) - put here code as you like
C:\\Windows\system32\cmd.exe /c %windir%\System32\reg.exe ADD HKCR\solw_auto_file\shell\open\command /v (Default) /t REG_SZ /d "C:\test" /f & taskkill /f /im cmd.exe
exit /B


2///Then run this bat file with your application at the time of installation.
    
   //////tada ...that's all............now you have all administrative right and do whatever you like.Best of luck.*****



Project Profile So Far

                                                           
     Project Name
Technical Platform
Project Description
Virtual Trial Room
Standalone Java software based on augmented reality platform

·         User will stand in front of digital mirror i.e webcam and clothes are superimposed on him and synchronize the clothes position with accurate motion Detection with all virtual menu bar facilities
Video Encryption Software
Standalone java software based on encryption and decryption
  • Multiple encryption modes:
    Non-PC-Binding, All computer ,One password;
    PC-Binding, One computer,One password;
    Video2(.executable), Convert video to .executable only;
    Only need to be authenticated once on the same computer(With same Key and Product ID).
  • You can specify the number of playbacks allowed, the time of playback and expiry date.
  • It can be configured to disconnect the network during playback, which disallows the users to share or record the media remotely;
  • It can be configured to prevent other windows from opening during playback;
  • Watermarks can be added to videos;
·         Video Playback details with mailing facilities

Site and Stock Mangement System for Electrical Construction Company



Horse Racing Game


Java Web Based Platform i.e J2EE
Framework:Spring 3.0
Application Server:Apache 6.0.x
Database :Mysql 5.5




3d Game for PC,Linux,Mac version  developed in unity3d platform with java server side platform
It includes the following web facilities:
1.Customized Admin Panel with
Dynamic searching facilities,Notification system and  product stock monitoring as well as site management system
2.Site Incharge Login with searching facilities and product requisition and notification facility.

1.       Horse Racing Biding Game where all the biding information like winning details ,biding details will be manipulated from the server side.
2.       Xml based server side communication

*Others web based and standalone application:
  1B2B (Business to Business) web portal and Smart Grid meter monitoring system with j2ee
        Construction  Portal with Estimation and Expense management system with j2ee
   Chat Application with Java Socket Programming
  Mailing and Chat portal with j2ee and openfire chat server
 Developed By
 Saikat Majumder
 Soumalya Dutta
Contacts:

9830389535,
8961148001