Rajendra Enterprises

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

Monday, 22 April 2013

Creating simple JMS application, understand JMS with basic example, JMS queue example

Posted on 09:59 by Unknown

I hope you already have a basics of the JMS concpet, a bit more about it in different way.

1. when to use JMS or when a test case or secanrio to eligible for use JMS?
    1. When you want to decouple an application  and keep it loosly coupled with
    other systems/modules.
    2. When your application is growing and has growing responsibility to maintain
    interaction with modules.
    3.
Read More
Posted in J2EE, JMS, weblogic | No comments

Wednesday, 17 April 2013

how to kill process that is runnung on perticular port in windows?

Posted on 05:19 by Unknown


This has very handy information. sometime windows fails to kill process properly and it lefts the port running/open with that process.


To List the processes running on ports

netstat -a -o -n

Find the specific ip/prot you are looking for  and get the PID of it.

taskkill /F /PID






Read More
Posted in quick tips | No comments

Tuesday, 16 April 2013

change local/language of admin console of weblogic

Posted on 06:25 by Unknown

Hi We are doing migration of weblogic 10 to 12 and I suddenly noticed that weblogic default language was changed from english to Deutsch.
well I tried to search how is this behavior got changed and there is no way i found that how could i change it
mine is windows machine with default language setup set to Deutsch (german)  after digging for long time I could not reach to any conclusion how to
Read More
Posted in weblogic | No comments

Monday, 8 April 2013

javax.servlet.ServletException: java.lang.NoClassDefFoundError: javelin/jsp/JspFunctionMapper

Posted on 02:17 by Unknown

Recently I come across above error on weblogic 12c migration project, since  for my test I used fexisting old ear that was built for weblogic 10.0.2 version. Later I found that this error has caused a problem because application is using pre-compiled jsps inside, I also noticed that weblogic 10.3.0  this jsp compilation has been depricated. so the solution was to remove the pre-compiled jsp
Read More
Posted in J2EE, weblogic | 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)
      • Creating simple JMS application, understand JMS wi...
      • how to kill process that is runnung on perticular ...
      • change local/language of admin console of weblogic
      • javax.servlet.ServletException: java.lang.NoClassD...
    • ►  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)
    • ►  April (1)
Powered by Blogger.

About Me

Unknown
View my complete profile