Given this piece of code : public static void writeFile(File file,List buffer)throws IOException{ File fic = new File(file.getCanonicalPath());
I am doing a JBoss SEAM project and when I view a form I get this error. java.lang.ClassCastException:
I am developing a Python web app using sqlalchemy to communicate with mysql database. So far I have mostly been using sqlalchemy\'s ORM layer to speak with the database. The greatest benefit to me of
I have an ASP.NET application with a drop down list. How to di开发者_JAVA技巧sable a drop down list with CSS, so it appears grayed out? Is it possible to do this with only CSS ?I used pointer-events:
I have two ears, ear1 contains an ejb project and client, containing the interfaces (local). Ear2 contains a war that needs to call the ejb3 service. When I call the ejb service I am getting a classca
I have a \"framework\" running on a Weblogic 10.0 (or 10.3) appserver, where the framework consists of multiple enterprise apps, each responsible for a different resource adapter. A client application
I am new to java, eclipse, and android development, so I may be missing something simple although I have checked basic stuff like spelling several times.
My application processes patient records. In the main frame user can open several internal frames. Each internal frame contains a tabbed pane and each tab created by the user contains a form where he
I am not certain what I am doing wrong, but I have a class that has a class within it, so when I save the Skill class the user class also gets created, so when I do the join and I want to pull everyth
I get this error: StandardWrapperValve[Vaadin Servlet]: PWC1406: Servlet.service() for servlet Vaadin Servlet threw exception