Jump to content

Java/j2Ee Discussions


lolliman

Recommended Posts

@sinnibaabu
what is ur data ? is it dynamic data ?
is it user specific?

how good r u in xml , xslt , xPath?

Link to comment
Share on other sites

[quote name='JAINTR' timestamp='1371763188' post='1303875325']


thanks mayya u r helping so much...
[/quote]

u will get DB connection in the net quite easily ..if u can past here i can explain what is doing what..

how to get connection by using driver manager , etc..

Link to comment
Share on other sites

some useful java classes
[url="http://algs4.cs.princeton.edu/code/"]http://algs4.cs.princeton.edu/code/[/url]

Note: in case if any one download all the classes

then pl ZIP and share it if possible

  • Upvote 1
Link to comment
Share on other sites

[quote name='cherlapalli_jailer' timestamp='1371763432' post='1303875344']
@sinnibaabu
what is ur data ? is it dynamic data ?
is it user specific?

how good r u in xml , xslt , xPath?
[/quote]


Dynamic Data kaadu bhayya...
Oracle table lo user specific data undhi... but data is huge... 100,000+ records (History records).
From the screen, if application user wants to see his historical data, we provided a link.
Currently, we are fetching by date range (Input by the user) alerting user to use the period not more than 2 years (oka 500 records). If he wants to see more data..he needs to change the dates ...
But idhi correct procedure kaadu ani... inkaa better gaa elaa cheyyochu ani adigaanu...

XML parsing, XSLT and XPath medha idea undhi. Worked on XSLT and XPath for almost 2 years ... but 4 years back. Ippudu touch poyindhi....

Link to comment
Share on other sites

[quote name='Sinnababu_Sillyfellow' timestamp='1371818170' post='1303876626']


Dynamic Data kaadu bhayya...
Oracle table lo user specific data undhi... but data is huge... 100,000+ records (History records).
From the screen, if application user wants to see his historical data, we provided a link.
Currently, we are fetching by date range (Input by the user) alerting user to use the period not more than 2 years (oka 500 records). If he wants to see more data..he needs to change the dates ...
But idhi correct procedure kaadu ani... inkaa better gaa elaa cheyyochu ani adigaanu...

XML parsing, XSLT and XPath medha idea undhi. Worked on XSLT and XPath for almost 2 years ... but 4 years back. Ippudu touch poyindhi....
[/quote]
dynamic data kaakapothe...
2 options
based on the requirement
#1 Pull the data using XML and from XML fetch the data page by page it will by faster
#2 simple using ajex....1) get 1st set(say 100 rec) and also the count...2) then display 100Recs and page indentation3) as and when user clicks (either next or page no) pull those recs and display

Link to comment
Share on other sites

[quote name='cherlapalli_jailer' timestamp='1371818807' post='1303876635']
dynamic data kaakapothe...
2 options
based on the requirement
#1 Pull the data using XML and from XML fetch the data page by page it will by faster
#2 simple using ajex....1) get 1st set(say 100 rec) and also the count...2) then display 100Recs and page indentation3) as and when user clicks (either next or page no) pull those recs and display
[/quote]

Ok. But user aa function use cheyyatam ayyipothe...XML ni delete cheyyali kadaa.

One more XML question...

XML lo data undhi.. say first names of 1000 employee.
Now employee search ane screen lo... By First Name tho, Auto suggestions elaa chestaamu (with the suggestions from these 1000 employee names). Ajax and jQuery tho cheyyali....

Link to comment
Share on other sites

[quote name='Sinnababu_Sillyfellow' timestamp='1371836833' post='1303877684']

Ok. But user aa function use cheyyatam ayyipothe...XML ni delete cheyyali kadaa.

One more XML question...

XML lo data undhi.. say first names of 1000 employee.
Now employee search ane screen lo... By First Name tho, Auto suggestions elaa chestaamu (with the suggestions from these 1000 employee names). [b]Ajax and jQuery tho cheyyali....[/b]
[/quote]

the first option is better

Link to comment
Share on other sites

[img]http://3.bp.blogspot.com/-KNhdoCjZyBQ/Ua4QUN7vybI/AAAAAAAAGsA/sDn3EtFmC_U/s1600/GSB6.gif[/img]

Link to comment
Share on other sites

[quote name='HannibaL' timestamp='1368747483' post='1303762556']
chaavandi vayyaa.....

chala doubts vunnai

F%G_@ F%G_@


naaku individual domains(financial, health care, insurance,...) lo project explanation kaavali... from scratch to end

Real Time Project Scenarios in all domains

Java lo work chestunnavallu... em em technologies use chestunnaru... mee Responsibilites enti cheppandi vayya
[/quote]
[img]http://3.bp.blogspot.com/-KNhdoCjZyBQ/Ua4QUN7vybI/AAAAAAAAGsA/sDn3EtFmC_U/s1600/GSB6.gif[/img]

Link to comment
Share on other sites

[img]http://3.bp.blogspot.com/-KNhdoCjZyBQ/Ua4QUN7vybI/AAAAAAAAGsA/sDn3EtFmC_U/s1600/GSB6.gif[/img]

Link to comment
Share on other sites

[img]http://3.bp.blogspot.com/-KNhdoCjZyBQ/Ua4QUN7vybI/AAAAAAAAGsA/sDn3EtFmC_U/s1600/GSB6.gif[/img]

Link to comment
Share on other sites

[quote name='HannibaL' timestamp='1368751195' post='1303762777']

[color=#ff0000]painadi OK[/color]

next line meaning endi ^G#W ^G#W
[/quote]
[img]http://3.bp.blogspot.com/-KNhdoCjZyBQ/Ua4QUN7vybI/AAAAAAAAGsA/sDn3EtFmC_U/s1600/GSB6.gif[/img]

Link to comment
Share on other sites

×
×
  • Create New...