0
votes
0answers
17 views
How can I call native C++ function from JSF page (managed bean)? Is this possible anyway?
So here is a problem I'm trying to solve: I have a native C++ function (it is hardly templatized and use C++11 features) which does math calculations: optimization of unimodal function.I want to show ...
-2
votes
4answers
32 views
what is the difference between HTML comment and JSP comment,For Which purpose we are using JSP comment
Can Any one give me the answer of my question.I want to know what is the purpose of JSP comment in JSP.
0
votes
1answer
35 views
Unparseable string: [Unparseable date: “Wed May 29 16:34:58 ART 2013”] only on remote server
We have
One server A running on Jboss EAP6/Windows/US
Another server B running on Jboss EAP6/Linux/South America
Current spring application, has a UI page that pass a Date select box, when click ...
0
votes
1answer
25 views
NameNotFoundException while opening connection from Datasource, JNDI
i had an application working with JSF and i oppened the connection manually, but now i have to change it and open all the connections from a Datasource, so i have an .xml file in the directory (Jboss ...
1
vote
1answer
21 views
how to cache the objects for display tags in jsp JSTL
I am using the displaytag for the pagination purpose.
Now from the DB, I have a millions of records, to go one from the other page, its taking a quite longer time.
Is there a way we can cache the ...
0
votes
0answers
6 views
Apache OpenEJB Standalone server, JAX-RS not deploying, works in TomEE
I have the following JAX-RS application that works in TomEE no problem:
@ApplicationPath("/api")
public class FormsApplication extends Application {
/**
* {@inheritDoc}
*/
@Override
...
0
votes
1answer
21 views
Twilio - Human / Non Human / Robot detection (IfMachine parameter)
Twilio based human/non human detection - I'm trying to detect if a call has been picked up by a human or robot via the code as shown below
HashMap<String, String> params = new ...
3
votes
1answer
41 views
Is there any difference on JDK5/JDK 6 when converting String to Date
Could it possible that JDK 5 can produce
"default message [Failed to convert property value of type
'java.lang.String' to required type 'java.util.Date' for property
'orderDate'; nested exception ...
-2
votes
1answer
59 views
Adding java patterns to existing java game [closed]
I'm trying to insert five java patterns like (Command pattern, Decorator, Factory, Facade, Iterator) in my java game. Now i have modified an existing TETRIS game to a better one. Notice that i worked ...
0
votes
1answer
24 views
Error when Deploying Java app with GlassFish
What does this error with GlassFish (when being used with Eclipse) mean? login is a Java project I was working with earlier. I take it I have to stop it or remove it or something. Can some please ...
2
votes
2answers
43 views
how to read contents of file, write to outputstream and the re-read and Store in a string variable in memory in java
I need to read contents of a file, write them to an outputstream using an API Writer (PEMWriter - which converts the format of the contents to required format) and then re-read the newly formatted ...
-6
votes
1answer
59 views
java program to print amount in English [closed]
java program to print amount in English.
Input : Any number up to 1 million
Output: Pronunciation of the input number in English
for example
Input : 12345
Output : Twelve Thousands Three Hundred ...
0
votes
1answer
41 views
Problems with JSF Using GlassFish
[In case it is helpful, I am working from the book Core JavaServer Faces (3rd edition) and am on page 12, or thereabouts.]
I am trying to launch a JSF application using GlassFish but am having ...
0
votes
2answers
52 views
cannot initialize spring context due to “Error creating bean with name..” error
My spring application is running on jboss 4.2.3, when I start the application server deployment of My application failed.
I have already run this application on some other computer. what seems to be ...
1
vote
1answer
16 views
Unable to start server in Eclipse Gallileo IDE with WAS7
Server not starting in Eclipse Gallileo IDE with WAS7.
I run the server from outside of Eclipse but I want to start it from within the eclipse
Below are the details of my Workspace configurations :
...