Netbeans VWP tip: A simple idea to load test your web application response
There are hundreds of sophisticated Web Testing tools available in the market, which you could use for Load testing your web site. Nevertheless, you might want to write some test code to quickly test the response time of your web application during its development time.
Here is a simple tip on how to do this. If you want to test your web application response time during various loads, first you need to simulate the load by simultaneously sending required number of requests for your web application pages to the web server. You could write your own concurrent programming to achieve this. But the easiest and simplest is to use the classes in java.util.concurrent package.
Read here for more details A simple idea to load test your web application response
Posted at 12:40PM Jan 29, 2007 | Permanent link to this entry
Posted by Joshua Smith on May 15, 2007 at 02:15 PM PDT #
Posted by Winston Prakash on May 15, 2007 at 09:37 PM PDT #
Winston
I need some help.
I'm using NetBeans 5.5.1 with VWP to develop web applications.
I put two calendar components on the pages and when the page is display in the browser if i click one of the calendars icon the other disappear or when the page resize. I try to surf over internet looking for an answer to this behavior, but fail.
I really need help
Thanks
Here a little snapshot of the page (What could be worng)
<tr align="center" class="grid-row-odd">
<td align="right" nowrap="nowrap" style="height: 36px" width="50%">
<webuijsf:label binding="#{FEF004Crud.label5}" id="label5" styleClass="font-grid" text="Fecha Desde : "/>
</td>
<td align="left" nowrap="nowrap" width="50%">
<div align="left">
<webuijsf:calendar binding="#{FEF004Crud.calendar1}" columns="10" dateFormatPattern="yyyy-MM-dd"
id="calendar1" selectedDate="#{FEF004Crud.date1}"/>
</div>
</td>
</tr>
<tr align="center" class="grid-row-even">
<td align="right" nowrap="nowrap" width="50%">
<webuijsf:label binding="#{FEF004Crud.label6}" id="label6" styleClass="font-grid" text="Fecha Hasta : "/>
</td>
<td align="left" nowrap="nowrap" width="50%">
<div align="left">
<webuijsf:calendar binding="#{FEF004Crud.calendar2}" columns="10" dateFormatPattern="yyyy-MM-dd"
id="calendar2" selectedDate="#{FEF004Crud.date2}"/>
</div>
</td>
</tr>
Posted by Max Simon on May 15, 2008 at 06:54 AM PDT #
Max, try sending the question to Woodstock component team at users@woodstock.dev.java.net. You will get faster answer there.
Posted by Winston Prakash on May 15, 2008 at 07:07 AM PDT #
Hello Sir
I Want to know how to get the Value from the calender component while i am using javascript
for the7+0 validation.
Posted by Mayank on June 04, 2008 at 11:48 PM PDT #
hello
please help me
when i added dojo/fisheye in visual web netbeans project and herf:'/page2.jsp' then error on select image:
_____________________________________________________________________
HTTP Status 404 -
type Status report
message
descriptionThe requested resource () is not available.
Sun Java System Application Server 9.1_02
______________________________________________________
please help me how to fix this error.
thanx for all
Posted by kashani on October 07, 2009 at 01:13 AM PDT #