Venkat Vm

Greenhorn
+ Follow
since May 30, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Venkat Vm

Can anyone help me here please?

Thanks
Hi Cameron,
I checked the code. We are not calling config.configure() anywhere in the code. Can you be bit more specific, which listener you are referring to?

Help me please!

Thanks.
Hi,
We are using Spring, Webwork, Hibernate in our web app. Hibernate session factory, and the mappings(hbm.xml files) are being loaded twice in the app server. First during the server startup, next when we load the login page of the app. I noticed this the hibernate/spring logs. I can also see the singificant memory usage being increased from server startup to initial login page.
Could someone please assist me? Thank you for help.

Here is the web.xml:
------------------------------------------------------------------------------------------------------------------------------------------------
<filter>
<filter-name>webwork</filter-name>
<filter-class>com.opensymphony.webwork.dispatcher.FilterDispatcher</filter-class>
</filter>

<filter>
<filter-name>ResponseOverrideFilter</filter-name>
<filter-class>org.displaytag.filter.ResponseOverrideFilter</filter-class>
</filter>

<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>

<listener>
<listener-class>com.opensymphony.webwork.portlet.context.ServletContextHolderListener</listener-class>
</listener>

<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/classes/context/applicationContext-*.xml</param-value>
</context-param>
------------------------------------------------------------------------------------------------------------------------------------------------

The applicationContext xml files contain sessionfactory definition for hibernate and the location of hbm.xml mapping files.

Thank you very much for your help!!

Hi,

I started One month ago preparing for scwcd.I had very little knowledge of jsps & servlets. ofcourse, no industry experience at all. I only followed Headfirst book. I never looked at any other material for this exam.

spent 6 hrs a day for 20 days. I passed the exam with more than 80 percent.

All because of Head First!

Thank you Bert, Kathy, and Bryan.

I didnt even take mock exam at the end of book. I also didnt do coffee exercises for last 6 chapters.

custom tags, jstl, jsp std actions were lil bit tricky for me.

good look guys,


Venkat.
Nick, I also got similar pattern yesterday. You gave enough details.
some more points to be considered:

read thoroughly: interfaces, abstract classes, extends, implements.. etc.

I got around 20 questions on UML including those finding correct code for given a UML diagram.

good luck !!

Venkat.
18 years ago
Your post, listing your experiences, is very useful.

Thanks

Venkat.
18 years ago