Rajendra Enterprises

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, 22 May 2009

Web Service Quick Start

Posted on 05:48 by Unknown
  What are Web Services? Web services are application components Web services communicate using open protocols Web services are self-contained and self-describing Web services can be discovered using UDDI Web services can be used by other applications XML is the basis for Web services How Does it Work? The basic Web services platform is XML + HTTP. XML provides a
Read More
Posted in JAVA | No comments

Some Notes on Coding

Posted on 05:43 by Unknown
some of the points you should note while doing development 1. on java Use primitive data types instead of objects as instance variables. Use the final modifier on instance-variable definitions to create immutable internally accessible objects Eliminate unnecessary casts (use jdk1.5 feature) String.equals() is expensive if you are only testing for an
Read More
Posted in JAVA | No comments

web performance: have you tried this?

Posted on 05:31 by Unknown
DEFER Your Scripts DEFER is a relatively obscure attribute of the script element, but the performance-minded page author can use it to indicate to Internet Explorer 4.0 or later that the script tag contains no immediately executing code that impacts the document before the load event fires. Combined with the SRC attribute, the DEFER attribute can be used on a script tag to indicate to Internet
Read More
Posted in web | No comments

Monday, 18 May 2009

Replication... small note

Posted on 06:17 by Unknown
What is Replication In Simple words, Replication is the simply process of copying data from one location to another.In MySQL database server, Master is main server from which data to be copied and Slave is the server on which data copied.Replication is asynchronous - means your replication slaves do not need to be connected permanently to receive updates from the master,depending on the
Read More
Posted in enterprise | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • creating a crosstab report with jasper report
    creating a crosstab report with jasper is became very easy task now... as I explore it I found it very easy and simple to do... the most ted...
  • Understand Hashmap Better
    table.sample { border-width: 1px; border-spacing: 0px; border-style: solid; border-color: black; border-collapse: collapse; background...
  • JNDI Basics
    Java Naming and Directory Interface (JNDI)Naming and Directory Concepts:Naming Concepts :In computer system every program that we write, cre...
  • javax.servlet.ServletException: java.lang.NoClassDefFoundError: javelin/jsp/JspFunctionMapper
    Recently I come across above error on weblogic 12c migration project, since  for my test I used fexisting old ear that was built for weblogi...
  • Getting started with Ajax: Basics.
    Background: I had used XmlHttp in my javascripts for quite long and extensively. espically dealing with grid control... but lately I come to...
  • Google TV
    Quick Tour - Google TV www.google.comGoogle TV is a new experience that combines TV, the entire web, and apps -- as well as a way to searc...
  • Procedure / plsql support in jasper report
    I am not very sure from which version Jasper started supporting this feature, but recently when I was evaluating 3.7.5 version I suddenly ex...
  • (no title)
    Well I come alive today!!!! happy birthday
  • Understanding GC for Memory Problems
    Hi,This is my blog post on my organisation blog site.Please do visit part1 and part 2Understanding GC for Memory Problems: Part-1Understandi...
  • creating JAX-RPC web service using weblogic workshop
    Hi, Please find this attached word document explaining steps for creating JAX-RPC webserviceusing weblogic workshop.weblogic is extending th...

Categories

  • Axis2
  • enterprise
  • I am alive now
  • J2EE
  • jasperreport
  • JAVA
  • JavaScript
  • JMS
  • JNDI basics
  • MySQL
  • other
  • quick tips
  • web
  • weblogic

Blog Archive

  • ►  2013 (6)
    • ►  May (1)
    • ►  April (4)
    • ►  March (1)
  • ►  2012 (1)
    • ►  July (1)
  • ►  2011 (5)
    • ►  December (1)
    • ►  October (1)
    • ►  September (1)
    • ►  July (1)
    • ►  February (1)
  • ►  2010 (7)
    • ►  November (2)
    • ►  October (3)
    • ►  August (2)
  • ▼  2009 (10)
    • ►  December (1)
    • ►  September (2)
    • ►  August (1)
    • ►  June (1)
    • ▼  May (4)
      • Web Service Quick Start
      • Some Notes on Coding
      • web performance: have you tried this?
      • Replication... small note
    • ►  April (1)
Powered by Blogger.

About Me

Unknown
View my complete profile