Hi,
I came across a problem to find out the longest sequence of same characters in a string. for example "food" would return "oo" and "rttrrrttttoooooo" would return "ooooo". Its feels disgusting when after developing large applications I am struggling on a basic programming question:( I guess...
Hi ,
I am trying to generate Java classes by using Jaxb .
I am trying to run it from the ant file using the xjc jar file.
It stops in the middle throwing an error :
BUILD FAILED
java.lang.NoSuchFieldError: enabledCustomizationURIs
When I went into the debug mode, it tries to look for...
Hi,
I am working on svg for the first time. I was researching the web on how to work on it.
I came acrross BATIK which is java api based on svg.
I have to generate diagrams from the database according to the data retrieved.
Using jsp as the front end. I dont know how to generate the graphics...
Hi ,
I have a jsp page which is an out put of a lot of queries.
It displays a rows of data depending upon what was sent in the request object.
Each row comes from a combination of atleast 5-6 tables and sometimes, it takes around 4-5 minutes to load the page.
Although the users also understand...
Hi, I have a jsp page which displays more than one drop down lists and is being populated from the database. Now when I click on a submit button after selecting the values from two dropdowns. it should go and search in the table and retrieve a collection of rows of that table(based on the values...
Hi ggriffit,
Im still not able to get out of this prblm.
Both the cars and models are coming from the database and atleast 15 each in number. They have many to many association between them. Can you xplain me in more detail.
The example of the list I want can be seen at...
I have four Multiple Select option lists.
1st - chosenCars
2nd - AvailableCars
3rd - chosenModels
4th - AvailableModels
1st and 2nd have a relation between them the cars in 1st list wont be in the 2nd and one can move them from 1st to 2nd or vice versa by means of "<<" and ">>" buttons...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.