Ahmed M. Omar

Ranch Hand
+ Follow
since Mar 02, 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
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ahmed M. Omar

i am going to develop a web application for mobile devices (specially IPone), i need to authenticate the client devices using their MAC addresses ,can i retrieve the mac address of the client in a servlet or in a jsp


thanks in advance
12 years ago
JSP

Haina Minawa wrote:
Spring and Struts are good candidates.



can you tell me how can i get started with that ?
12 years ago
i am going to develop a web application that will be accessed through mobile (i OS, android, ... ) using j2ee technologies, i want to know the best j2ee framework to do that


thanks in advance
12 years ago
i am developing a web application,using struts framework and Eclipse IDE and OC4J as a servlet container when i export a war file and trying to deploy this war on Oracle OAS 10g the following message appears :

Failed to deploy web application "aoas_new". Failed to deploy web application "aoas_new". . File C:\WINDOWS\TEMP\dir48668.tmp\aoas_new.war is not a jar file.
Resolution:

Base Exception:
java.util.zip.ZipException
invalid END header (bad central directory offset). invalid END header (bad central directory offset)

can any one tell me the reason or the solution of this problem?

thanks in advance
12 years ago
thank you very much bro , its got worked after updating and reinstalling of the .ear file ... thank you
12 years ago
i want to call a servlet inside a jar file, i put the jar file in the following path :
C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\adminNode01Cell\Workplace.ear\app_engine.war\WEB-INF\lib

and i added the servlet registration and servlet mapping in web.xml at the following path:
Files\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\adminNode01Cell\Workplace.ear\app_engine.war\WEB-INF

and restarted the Workplace Application

when i type http://[hostname]:[port]/Workplace/[servletUrl]/

the Error 404: SRVE0190E: File not found: /AjaxServlet appears too me on browser


please help ,how can i access this servlet or what is the possible faults which i can make???
12 years ago
we want to retrieve TIFF images from IBM FileNet CMS on safari browser on ipad and editing (annotate) them and get it back to FileNet. We found a SDK called snowbound which
is providing web document viewing & manipulation solutions specially documents from FileNet, but the support provided by them is not enough probably cause the solution is not free

so please help me to find some well supported solution (will be better if it also free)


thanks in advance
12 years ago
iOS
i am deploying a web service on OC4j instance on oracle application server 10g, when user of the web service enters Windows-1256 character encoding characters (for arabic) the web service gets malfunction, can any one help me to make the OAS support Windows-1256 character URL encoding

regards
12 years ago
i am deploying a web service on OC4j instance on oracle application server 10g, when user of the web service enters Windows-1256 character encoding characters (for arabic) the web service gets malfunction, can any one help me to make the OAS support Windows-1256 character URL encoding

regards
12 years ago
i am trying to opining pdf files in servlet application this the code




when i runing this code the pdf file works randomly (ie:works fine for 3 times and appears corrupted 2 times)


how can i write more professional code to make the pdf file works correctly every time
12 years ago
thank you i am working on converting them at server side
I have a massive number of TIF images which can't be showed in a web browser without add-ons and plugins so i need to online convert the TIF image to a browser friendly format (jpg for example)

is there a javascript library can do that??
regards
what is the difference between public static and private static when we declare instance variable in a class (regardless of the accessibility)

are that affect on the initialization or finalization of the object

regards
12 years ago
i am using hibernate 3 all i want to achieve is to make a query using select and in the where clause there is a property may be null, if this property is null at run time it throws Null Pointer Exception at the statement that set this property please tell me how can i do it .

this the code :

and this is the exception i got:


the exception is thrown at line 9 in the code

regards
i am using struts 2.2.1 framework .i made struts anchor which make an ajax request to the server and return a page which injected to div element using bind tag .the problem is that the page returned from server and injected to the div has struts 2 ajax tags (bind tags) but it does not work this the code of the page that has the anchor and bind tag

and this the code of the page that has the div


hint : in run time the first page is included (pluged) to the the second using tiles framework in the menu slot
regards
13 years ago