Posts by Markswell Menezes • 23 points
2 posts
-
0
votes0
answers301
viewsQ: External access to the eclipse Tomcat
I am creating a web service to be consumed by mobile application, in java, using Tomcat as container. It is working however, for each time I will test I have to deploy because the eclipse Tomcat…
tomcatasked Markswell Menezes 23 -
-1
votes1
answer64
viewsQ: Problems with cast in Reflection
Good afternoon. I’m new to using the java Reflection API. I’m having the following problem, when trying to create a generic Dao class to be used in a CRUD for sqlite on android, I can’t cast a field…