Syahir Jai

Greenhorn
+ Follow
since Apr 17, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Syahir Jai

Hi. My projecct requires me to create a table with varying widths for each cell(drawing of a gaant chart). Is it even possible? If yes, how can i go about doing it?
13 years ago
Is there a difference if i use the "ALL" server instead of "DEFAULT"?

Also, in the book "JBoss In Action" page 25, on how to set the classpath, i keep getting the error when I type the 1st line of command in the command prompt.
javac:-d requires an argument

Does it mean that my servlet-api.jar is not there? If it does mean that, I do have the servlet-api.jar file in the folder. Or maybe because I did the wrong way of placing the file there. Because in the 1st place my .jar was not there and how i got it was to download it from some website and just cut and paste it into that folder. Is this wrong?
13 years ago
I am wondering if it is possible to deploy multiple servlets at the same time?, meaning that having multiple war file deployed at the same file in the deploy directory and later access each of them from a single webpage..
13 years ago
I am not exactly sure on where should I be placing my class files. Any help would be greatly appreciated.
13 years ago
I do not understand what this line means. Especially the ArrayList<Restaurants>.

public ArrayList<Restaurants> getRestaurants(String accountKey, String uniqueId)

Any help is greatly appreciated.
13 years ago
In the book by Peter Johnson, "JBoss in Action", under part 1.5.1 (page 25), there is a line that writes replace [path-to-JBoss] with the path to your JBoss directory. Mind giving an example of how this would look like? Thanks alot
13 years ago
Hey I bought the "Book JBoss in action" by Peter Johnson. I followed the given steps on the book. However, there was no guide as to how to set the JAVA home variable. Could anyone help me? Other than that, the book was clear and was a great help. Thanks alot..
13 years ago

Peter Johnson wrote:The answer is: maybe!

What is it that you are trying to do? I imagine that the mobile phone app does something - what does it do? How do you envision it working? What does the app do and what are its requirements? Whta kind of enterprise (Java EE) capabilities do you want to make use of?

Here is an example that might explain what I am getting at. An hospital has a Java EE application that maintains health care records. Currently, all interaction is done via a web site or via a fat client Java SE app that communicates directly with the EJBs or web services. This means that the nurses and doctors have to sit at a Window or Linux desktop or laptop to access patient data. And enterprising developer wrote a Java-enabled phone app using Java ME that called the EJBs or web services directly, thus allowing hospital personnel to access patient data using a Java-enabled phone.



Yea. It is something like that. I plan on creating a Java app for mobile phone that allows the user to view current/live data that is provided by a server. Now I am just wondering how do I go about doing something like this "allowing hospital personnel to access patient data using a Java-enabled phone".
13 years ago
Like is it suitable if i were to use JBoss for my mobile phone application that is Java based?
13 years ago
Is Jboss suitable for creating java application? Or is it even possible. Sorry I am not really good with JBoss. Just trying it out. Any help is really appreciated.. Thxx alot..
13 years ago