Abhijith Prabhakar

Ranch Hand
+ Follow
since Dec 29, 2006
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 Abhijith Prabhakar

POI support is good for excel. It supports basic functionality of word and powerpoint. Depending on your requirement you can also have a look at openoffice .
12 years ago
Not sure whether I can understand your requirement correctly. Generally you can set a action on your form and do a form.submit() from javascript.
12 years ago
Maven has a build lifecycle and phases. Depending on the packaging type you choose different phases are executed. Have a look at this link for more details
12 years ago
Thanks peter,

There was a mismatch between checkstyle and analysis core plugin. Got fixed once I put correct analysis core plugin to hudson.

Thanks for your help.

13 years ago
I am setting up hudson for checkstyle. I have installed checkstyle 3.9 and Static code analysis plug-in 1.9 version. I am using maven-checkstyle-plugin version 2.6 locally and this is working fine.

But in Hudson I am gettting below error. Any leads on how to solve this?at java.lang.Thread.run(Thread.java:662)

Caused by: java.lang.NoSuchMethodError: hudson.plugins.checkstyle.CheckStyleReporter.getModuleName(Lorg/apache/maven/project/MavenProject;)Ljava/lang/String;
at hudson.plugins.checkstyle.CheckStyleReporter.perform(CheckStyleReporter.java:81)
at hudson.plugins.analysis.core.HealthAwareMavenReporter.postExecute(HealthAwareMavenReporter.java:197)
at hudson.maven.Maven3Builder$MavenExecutionListener.reccordMojoSucceeded(Maven3Builder.java:568)
at hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:531)
at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87)
at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:228)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
13 years ago
Thanks for you suggestions!!

We have started evaluating Selenium. We will also look into the other which you have mentioned. Thanks again
Thanks for the honest reply..will be interesting to read your book though
Hi Christian,

Welcome to JavaRanch!!

We are starting a new development project with GWT. We are planning to follow agile methodology such as Scrum, Pair programming and test driven development. We are in the process of defining testing strategy for our project.

Will your book be useful for us in defining this? If yes, can you tell me briefly how?. Thanks.

Regards,
Abhijith
Hi All,

We want to set up wiki for our project. We are looking for open source projects which can help us do it.

Any pointers would be of great help.

Thanks in Advance,

Thanks,
Abhijith
Hi all,

Is there a way to retrive entire struts config loaded in memory. I looked at ActionServlet Class of 1.x and it sets it in Servlet Context.


Can I get this attribute from context? I am not able to get ModuleConfig, hence not able to get its prefix.

Thanks in advance.

Regards,
Abhijith
13 years ago
Can somebody please guide me on this please? I am badly stuck and need to resolve this.
13 years ago
Yes, I want to reload struts config without restarting tomcat server
13 years ago
Hi,

We have a very old application which is built on Struts 1.1 and Servlets 2.2 specification. We are facing some issues and would like to reload the struts config without having to restart tomcat server.

I found this code when I searched in google. In this code they have used filters which is not supported by Servlet 2.2 specification.

Is there any other way I can acheive this in Servlet 2.2? Any pointers would be really helpful.

Thanks in Advance

~Abhijith
13 years ago
Yes instances got released after disabling tag pooing.

Does the application performance go down if I disable tag pooling? Can you please let me know the impact of this?
14 years ago
JSP
We use apache taglibs



Application is hosted on Tomcat 5.5.25
14 years ago
JSP