1
vote
2answers
36 views

JavaScript + css handling - Closure Tools / any other tools?

We do not have a lot of experience in Javascript/CSS world as we do primarily Java EE projects (backends). We usually have webapp/resource directory where is all the JS+CSS content and that`s it. It ...
-5
votes
0answers
18 views

gather price and other detials of products from websites [closed]

i am college student and i tried to develop the forum for college students.. That worked good. but i want to add extra functionality to it. like students are fond of buying books, gadgets, music or ...
0
votes
2answers
35 views

Establish Connection First, Redirect User Second

I have an idea to make something pretty sweet but I'm not sure if it's possible. Here is an example of a very basic ajax function that I might use to establish a connection a server... function ...
-1
votes
2answers
53 views

How to get a screen snapshot from javascript? [closed]

I have a requirement to generate thumbnail images out of some of the screens I have. Screen appearance is dynamic so I need to capture the screen and create thumbnails time to time. I'm using ...
-2
votes
0answers
22 views

How to make a messaging box like facebook using advacned java [closed]

I am making a web forum for a college which have profiles of different teachers.Now i want to have a private message box which is only concerned with the logged in user. Can somebody help with its ...
-3
votes
0answers
80 views

populate a dropdown list on page load by retriving data from database in jsp MVC [closed]

populate a dropdown list on page load by retriving data from database in jsp MVC i am unable to get data on page load in jsp
1
vote
1answer
66 views

When should I use JSF instead of Javascript+HTML+CSS UI? [closed]

I' m developing a client-server application - it is a simple decision support system for credit risk evaluation.It has a server which is based on Hibernate+PostgreSQL+some Java EE technologies and a ...
-3
votes
0answers
30 views

Send a column value on button click

I am new to web development. I am using Java and Javascript for development. I have form tag with a table and submit button. On clicking submit button, I need to send selected table's row value to a ...
-3
votes
0answers
54 views

Integration of java with Biometric fingerprint device [closed]

I am having a biometric device and i want use that device and integrate it with java to make an attendance system for my college. Please help.
0
votes
0answers
56 views

RESTful webservice to expose database and pass login credentials

New to working with Java EE and REST but trying to learn, apologies if anything in my post is off. I'm working on a RESTful web service in Java EE that queries a MySQL database and returns query ...
0
votes
2answers
96 views

What is the significance of currentStyle

Can you tell me in CQ5, the exact use of currentStyle. I have one line like int absParent = currentStyle.get("absParent", 3); May I know what currentStyle will do here.
0
votes
0answers
51 views

Unidentified UI issue

I found some unusual characters appearing on our web application. It looks very similar to what i found on yahoo india website. http://in.yahoo.com/ If you open this link using firefox ( i used ...
0
votes
1answer
333 views

Kendo Grid column with Kendo Menu template

I have a kendo grid with the following columns: var columns = [ {title: "row", template: "#= gridRowCounter++ #"}, {field: "FName", title: "Name"}, {field: "LName", title: "Family"}, ...
0
votes
2answers
103 views

Initializing an input tag(html) in a jsp using a bean message tag (i18n)

Am new to JavaEE,so am still trying to find my feet. Well,in order to internationalize my pages,am trying to initialize an input text tag using a bean message tag. This is what i would have done if i ...
1
vote
1answer
69 views

Japanese fonts not getting displayed properly when running on Unix box

I have a Spring MVC based Java webapp. I have some data to be displayed in Japanese fonts. I did some online research and noticed that UTF-8 is the charset encoding I need. I added the below line into ...

1 2 3 4 5 15
15 30 50 per page