Posts

An algorithm for calculating the day of the week given a Date

Given a date and calculate day of the week: i mport java.util.*; public class Datetoday {        final static String[] WEEK_DAYS = {            "Saturday", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday",            "Friday"        };    public static void main(String[] args) {        Scanner input = new Scanner(System.in);        System.out.print("Enter the date in dd/mm/yyyy form: ");        String[] partofdate = input.nextLine().split("/");        int d = Integer.parseInt(partofdate[0]);        int m = Integer.parseInt(partofdate[1]);        int y = Integer.parseInt(partofdate[2]);        if (m < 3) {            m += 12;            y -= 1;        }        int k = y % 100;        int j = y / 100;        int day = ((d + (((m + 1) * 26) / 10) + k + (k / 4) + (j / 4)) +            (5 * j)) % 7;        System

Websphere Application Server Basic Stuffs Outlined

Today we will be discussing on one of the heavily used Application Server that accepts not only HTTP/HTTPS request but also dynamic request like server programming and various calls like IIOP,RMI,Socket Server communication etc.                      Websphere Application Server an IBM Product WebSphere Virtual Enterprise has the ability to prioritize requests based on administrator-defined rules to adjust to server response times according to Service Level Agreements and application priority. WebSphere’s administration console is really good, easy to maintain one's application and for security setting.There are many “automatic” things that are done in “autopilot” mode by WVE that greatly simplify administration and improve qualities of services.Websphere is a nice choice if your needs fit a high end architecture products such as you are building an Telecommunication Softwares etc. It is one of finest and Expensive product but it is best in performance,Scalibility,Automatic

Oracle Weblogic Application Server Basic Stuffs Outlined

Lets us discuss some of the Great ApplicationServer that is being used by Great players of World like Amdocs,Vodafone,Microsoft,Oracle,Adobe,Google,Yahoo etc in Service Management Industries.                                             Weblogic: Weblogic is an Oracle Application Server platform that is basically used to deployed your .Ear ,.war application in an meaning full and cost Effective manner. IT is  commercial(proprietary) J2EE   Application Servers. Websphere is far better than Weblogic in terms of Performance. Request prioritization and routing are not provided by Oracle WebLogic Server. Weblogic has the best integration with other Oracle products such as Fusion Middleware, Oracle database and Oracle applications. Basic Daily Task To know for Weblogic: 1.Oracle Weblogic JDBC connection on single and muliplte Connection: http://onlineappsdba.com/index.php/2008/11/06/weblogic-server-jdbc-for-database-connection-step-by-step/ 2. Start/Stop of weblogic Server: http

Introspecting my 1year at Amdocs and Currently moving forward with Amdocs

Life Spend at Amdocs with Full of Enjoyment and Learning from Team Member. Here as part of Technical Experties what I Learned in Technology Integration Profile : 1.Learn Unix a lot  ---->How to use some and common daily task Commands like mv,cp,scp,find,grep,glance,zip/unzip,tar/untar, sshcmd and lots more. 2.Enhance my Knowledge on Java,Junit,Little Selenium for Sanity as part of my project and worked on xml diff and patch tool,start/stop server tool Modify/Updates done as pert of buiness requirements. 3.Simultaneously using Spring Tool Suite for importing a project and making the required changes and then deploying it for Business As usual task.Worked on Mongodb on the fly.. 4.Learn Web application Server for deployment of an .ear on a cluster jvm and its internal connection with JDBC,Resources,applying of SSL certificate,Keystore and lots more. 5.Worked on Perl in picking up of an Ef from Quality Center and displaying it on GUI and enhance a little perl skills from c

Hadoop installation with Eclipse in Windows

Hadoop installation with Eclipse in Windows i personally have found this good tutorials for you all.Here you can go step by step and install hadoop with a simple test run on Map Reduce.Before it you can have basic knowledge on Hadoop distributed file system and Map Reduce .Learn and understand their architecture it will be very helpful in your future as data Scientist Engineer. So here is a tutorials for Hadoop installation with Eclipse in Windows: HADOOP INSTALLATION IN WINDOWS . HADOOP DEFUALT PORTS QUICK REFERENCE : HADOOP PORTS Here you can ask for question and doubts too.So keep enjoy happy learning hadoop in Windows.

Best Resources for Web Application Tester

Today we are going to see some of the best resources for Web Application Tester or Simply Tester for Quality Assurance .To all manual Tester with your manual testing do learn Automation Testing so that it will increase your Efficiency and Keep you at your best in Testing. There are lot of Opportunity for Automation Tester to work and test Web application and Web Software at an alarming rate. Best Resources are point wise: You can use any Language whether Java,Csharp,Python, Ruby, Php,Perl etc. For the time being We are using Java so steps are as follows: Best Resources for Web Application Tester 1.Learn Java Basic from here some of the Best Resource and Use Eclipse Juno or above version. Some best Resources for Java : 1.  javatutorials.   2. Java Programs  3. Java from Oracle 2.Start Picking up Selenium from resource as below: Keep in Mind First Installation then start your testing if all is well then read step by step documentation so that if you are not having a detail

List of Best Resources for Liferay Developer

1.These link will consist of a list of useful resource for Liferay Developer where they can take a quick overview and step by step ways to learn from a basic to multi stage and dynamic system,portal,ERP and lots more: https://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/resources-for-liferay-developers 2.These link will teach you step by step about Liferay development best practices: http://blog.trifork.com/2012/05/03/liferay-sdk-development-best-practices/ Have a look at two mentioned books to Liferay in Action and Portlets in Action. 3.A pdf for Liferay Portel Development:   liferay - book .googlecode.com/files/ liferay -portlet- development .pdf. 4.Liferay Projects using Maven: http://www.liferay.com/community/wiki/-/wiki/Main/m2e-liferay+Quick+Start+Tutorial?_36_pageResourcePrimKey=27836074 5.A nice article on Spring MVC portlet in Liferay: http://www.opensource-techblog.com/2012/09/spring-mvc-portlet-in-liferay.html 6.For Beginners have a watch Step

How To make A Simple Liferay Theme

Liferay themes in Actions: Just you have to follow simple steps in order to develop your basic Liferay Themes for Your Organization Steps are as follows: 1.Install Liferay and Eclipse IDE for your Projects. 2.Follow the steps for installing Liferay IDe in eclipse: http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+IDE+Getting+Started+Tutorial 3.Go through these Documentations too: creating-liferay-them-7 4. File --> New --> Liferay Project --> Give project name --> Select Liferay Theme as the option then click on Finish. 5.Now you have your structure .You can create new folders under _diffs folders like image,js,html etc as per your needs. 6.Finally you have a basic theme. 7. As you must be already knowing that Eclipse has a window where you can see ant  commands, you can select the relevant ant commands to build and deploy the theme or create a WAR to be deployed on your server. You can refer this too: styling-liferay-creating-a-liferay-theme/

Liferay Service Partners in your Area to look up

Here is list of Some Service Partners of Liferay Near by you . 1. Permeance Technologies :                      Country in:  Australia Permeance Technologies is a software consultancy recognized nationally for its innovative  and creative end-to-end services to commercial and major government agencies. www.permeance.com.au 2. XTIVIA :                                                 Country in: US XTIVIA is a Certified Platinum Level Liferay Partner with more than 150 US based employees and the Largest Liferay Service Provider in the U.S.A. www.xtivia.com 3.Everis :                                                  Country in: Spain Everis is a multinational consulting company offering business strategy and development ,technological applications maintenance and outsourcing solutions. www.everis.com 4.MIMACOM:                                         Country in : Switzerland Mimacom is an international software integartor based on Java and ope