Tagged Questions
0
votes
1answer
23 views
Web application with a continuously running Java program
Currently I have a Java socket program that needs to be continuously running (monitoring a device), and I want to write a web application to read and write to the socket program.
My current plan is ...
0
votes
1answer
17 views
Printing Using iframe from parent page using google docs
I am trying to create print option/button from PDF from google docs already in iframe from parent page on web page I that I am developing. I realize google docs/drive has the option when you click on ...
0
votes
0answers
9 views
Can I capture video from an IP camera using OpenIMAJ?
Using the OpenIMAJ library can I capture and record video from an IP camera and also show live video in a web application?
-1
votes
0answers
30 views
web project ideas for hibernate [closed]
I am undertaking a hibernate course.It will be over within few days and I am planning a small, powerful web application. A project that will mark my completion of the hibernate course.
Please ...
0
votes
0answers
16 views
How run barcodescanner in droidgap on android?
I implement cordova 2.1.0 plugin with PhoneGap but, don't run!! because its have error and don't start!!
error:
GC_EXPLICIT freed 52K, 39% free 6070K/9944K, paused 3ms+6ms, total 197ms
.....
cannot ...
0
votes
1answer
33 views
How i can open vaadin menu bar
I have standart vaadin example:
MenuBar settings = new MenuBar();
MenuItem settingsMenu = settings.addItem("",
null);
settingsMenu.setIcon(new ThemeResource("loupe.ico"));
...
0
votes
0answers
37 views
Mapping context path to servlet class in server
I used eclipse and developed an application which calls servlet doPost() method using AJAX call in Javascript and jQuery. It was working correctly in eclipse but when I tried copy these files to ...
0
votes
1answer
41 views
Semantic web Java application architecture [closed]
I would like to know how Semantic web Java application should be designed and which frameworks (technologies) should be used in particular application layer. If common layers and frameworks in web ...
0
votes
1answer
24 views
Error publishing to Tomcat v6.0 Server at localhost
I wave problem with Tomcat when I try to run a jsf page, I get next error:
Details:
Publishing the configuration...
Error copying file to C:/Program Files/Apache Software ...
0
votes
1answer
25 views
Session expired
Welcome. I have a login filter that checks whether the current user session has not expired. The faces-config:
<filter>
<filter-name>filter</filter-name>
...
-2
votes
0answers
20 views
Netbeans Build Time Error in JSF
<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="true" forceRedeploy="${forceRedeploy}"/>
</target>
ant -f ...
0
votes
1answer
31 views
Suggestions for concise class model / pattern to solve multiple minor-variations in methods
I have a bunch of database reports I need to implement, and there will be more in the future, so am especially interested in building extensible code and avoiding duplicated logic and code. I am ...
2
votes
4answers
40 views
Purpose of storing variables in web.xml?
A lot of the advice on the web on storing variables which may change depending on the env/other conditions is to put them in web.xml, but isn't the web.xml within the war file? even if you find the ...
0
votes
3answers
12 views
Webapp referencing external constants
What would be the best way/practice to store an external constant value in a webapp? environment variable? application context? a JNDI lookup ?
2
votes
1answer
23 views
Is there a container-neutral way of enabling directory listing?
I have a web app which contains some static contents. I'd like to make it browse-able. I test the web app in my local environment using Jetty and deploy it in production environment which uses Tomcat. ...
-1
votes
4answers
54 views
HTTP STATUS 404, requested resource is not available. What mistake am I doing? Tomcat 6.0
My servlet application is
package p1;
import javax.servlet.*;
import java.io.*;
public class MyServ extends GenericServlet{
public void init(ServletConfig con){
System.out.println("INIT");
}
...
0
votes
3answers
77 views
main() method not found in my servlet program even upon using init(ServletConfig con)
This is my servlet application:
import javax.servlet.*;
import java.io.*;
public class MyServ extends GenericServlet
{
public void init(ServletConfig con)
{
...
0
votes
2answers
27 views
choosing java ee web application framework
I have studied making java ee web applications in my course.
For interface we used html+css+jquery+ajax
and for bindings we used knockout.
On the server side we implemented restful services using ...
1
vote
1answer
27 views
Java Webapp Cannot Find Local Server Directory
I have a Spring MVC 3.1 webapp running on Tomcat 5.5 on a CentOS server. I have a controller that checks for the existence of a file located on a network share, which is mounted on the server ...
1
vote
4answers
52 views
How is multi-threading different in a Java based Web Application vs Stand-alone Java Application
I am fairly new to Java and my experience is limited to Web Based Applications running on a Web Container (Jboss in my case).
Am I correct in saying that for Web Applications the web container takes ...
0
votes
0answers
36 views
Routing to default EDIT template with composite key in crud Play 1.2.4
I have a composite key of User Id and User Role in my DB.
For mapping the DB with the model, below is the code:
@Id
@Column(name="ID")
public int userId;
@Id
@Column(name="USER_ROLE")
...
2
votes
1answer
48 views
Adding conditions in web.xml
This is a part of my web.xml
<error-page>
<error-code>500</error-code>
<location>/index</location>
</error-page>
Is there any way to tell to ...
-1
votes
0answers
31 views
open source java mail client for sent and receive email [closed]
Am looking open source java mail client for sent and receive email and i need to configure that with in our web application(spring mvc). I saw some open source webmail clients but there is no recent ...
2
votes
1answer
49 views
nature of input/output streams in a servlet
I'm able to extract contents from the request object through an input stream. So if it is a stream, does it mean the data is being transferred 'live' from the client to the servlet through ...
0
votes
0answers
33 views
DB2 DRDA Data Stream Syntax Error was detected. Reason: 0x2110
I am developing a web application using MVC structure with Java that will execute user selected queries from a webpage in a drop down menu and will display the data from the DB2 database that the code ...
0
votes
3answers
34 views
Pass user defined enviornment varible to tomcat
I am using the eclipse for web application coding. Within this I passed environment variable like :
Project--> Run as --> Run Configuration. And selected Environment tab.
Add new environment ...
0
votes
0answers
58 views
Method Call from Java Applet to JavaScript through JSObject doesn't works with IE9 and IE10
I'm using JSObject.call to call Java Script API from my applet.
This is working great for Chrome Firefox and Internet explorer v7 and v8.
With v9 and v10 The applet is not working. I can see that it ...
2
votes
2answers
45 views
Generic Way of Capturing Page Title, Control labels
One of our customers has a new requirement to dynamically capture the page/screen title and the labels of all the controls(textboxes, checkboxes, radio buttons, normal buttons,link,images,menu/menu ...
0
votes
2answers
47 views
Java web application or java desktop application [closed]
Is it a stable solution to connect Java desktop Application with a mysql database on a remote server.... ? ASP.NET and php are out of options....OR Is it wise to use JAVA web application instead of ...
0
votes
2answers
38 views
Play 1.2.4 CRUD: Manipulating the UI based on model
I am using crud module in Play 1.2.4 for user role management.
In the model (which is mapped with the Entity), I am having a few fields such as Record Create Timestamp etc which I don't want to be ...
1
vote
1answer
41 views
Play! JPA: Enforce not to create Entity on load
I am connecting to an external database (i.e. Oracle 10g) using my Play 1.2.4 application.
I have provided all the DB details in the application.conf file, then added the ojdbc.jar in the classpath ...
-2
votes
0answers
24 views
Java web application, with clients on Windows need to determine the Client User Name [closed]
Simple application where application needs to filter info based on the clients username. App is developed using JSP. User Scenario: Client access web app via browser. Server says “Welcome ”. Where is ...
0
votes
1answer
26 views
Overriding the existing CRUD module in Play 1.2.4
I am trying to implement CRUD module for managing the user roles in our application.
I followed this link to implement and the basic functionality and template looks good. Now I need to customize it ...
0
votes
1answer
34 views
Accessing local filesystem on the server from a servlet
I need to access an external directory (which contains some logs of a different application) from my servlet. From what I've seen all the file paths are resolved from the servlet context. How can I ...
0
votes
1answer
30 views
Possible to make path relative in WEB-INF/web.xml?
In my WEB-INF/web.xml file, an upload path is set absolutely.
Can I make this relative to the application root?
Or is there a better "best practices" approach to configuring paths for file ...
1
vote
1answer
69 views
PrimeFaces check box grid using 2 Maps or Lists with Row and Column Heading?
I am using 2 Maps of Strings.
Map<String, String> offices;
Map<String, String> services;
One Map contains "offices" and one map contains "services provided". Each of these are ...
0
votes
0answers
40 views
View report using JasperViewer or something else in web application
I'm new to JasperReports and I want to get report preview using JasperViewer in web application.
Is this possible or any other viewing method in web application (without PDF and XLSX)?
-3
votes
8answers
108 views
Using global variables in servlet evil?
I have a global variable called loginAttempt in a servlet class. What will happen to this global variable if two requests hit on the same time?What will happen is an unforeseeable event.
Is having ...
-1
votes
1answer
25 views
Spring MVC - can't find referenced pointcut webLayer
Having an issue deploying a Spring 3.0.7 MVC web application to Tomcat via Eclipse and the WST plugin. Getting this error message:
org.springframework.beans.factory.BeanCreationException: Error
...
1
vote
3answers
62 views
Sharing a Spring MVC project
I need to do a Java web project. I'm going to be using Eclipse.
I thought of using Spring MVC. As far as I can tell - it's gonna require me to add some "extra" stuff to a "clean" Java web project. I ...
0
votes
3answers
42 views
directions for building a jsp as a beginner
I have built an application in the google app engine in eclipse and I now need to build a website in which people can interact with the programs results in their web browser. Google-app-engine ...
0
votes
1answer
71 views
embedded tomcat integrated with spring
I'm using maven + spring + hibernate to build a xml-free file webapp and started at Minimal Tomcat 7 embedding example
application structure:
webapp
|_src/main/java
| |_com.myapp.test
| ...
0
votes
1answer
43 views
How to Map home page to “root of application” in Java EE?
Set-Up-
I have a JSP - index.jsp and a servlet indexController. indexController forwards request to index.jsp. Execution of index.jsp without execution of indexController is not desired.
...
1
vote
0answers
63 views
Code to get a Java servlet to act as a proxy?
I have two Java web applications that have a single servlet that gets mapped to a specific URL:
red.war/
WEB-INF/classes
com.me.myorg.red.RedServlet (maps to ...
2
votes
2answers
42 views
How to pack portlet+theme+layout into single WAR/web application in Liferay?
The ROOT application contains all of the items described (classic theme, approx 10 layouts and numerous portlets).
Is it possible or good practice to create own packages like this? How to?
Please, ...
-7
votes
0answers
42 views
how web.xml is working? [closed]
I am new to web-Application,just two days back I started web-Apps.with in this two days I go through some documents,I understood web.xml was heart of the App.
I seen some web.xml files in web,inside ...
0
votes
0answers
19 views
Securely Accessing Email Account and Storing Login in Web Application
Goal: Registered user will authenticate an email account, allowing the web application to fetch emails every X minutes and display on the webpage. Authentication will be stored for the user (i.e. if ...
-1
votes
1answer
49 views
Explaining limitations of desktop app design to a web designer? [closed]
I am asking my webdesigner (who has a degree in art, builds trendy websites) to build a prototype for a desktop application that would be written in java. How do I make somebody from a web background ...
0
votes
1answer
28 views
Playframework JSR-303 validated “fieled” does not have a corresponding accessor for data binding
When I have added this following code to my project
Form filledForm2 = userSignupForm.bindFromRequest();
It has stopped working simply just showing an error message which states:
Execution ...
0
votes
1answer
48 views
Spring, Jetty Maven Plugin: No qualifying bean error only after jetty reload
I have set up a simple web application using Eclipse, Maven, embeded H2 DB and Jetty maven plugin.
Everything works nicely when I
mvn jetty:run
all the dependencies are resolved and the webapp ...





