Hey guys. Question here: I have a Java class with some methods. This methods use some FLAGS that are declared as private booleans as false attributes. My application is a web ...
Hi guys, I'm trying to build a JAR with a SOAP client in Java from a WSDL i was provided with. I'm using Eclipse, so it offers me some tools in order to generate most of the c...
Good morning guys, I have a question: I built a JAR with Java 1.6 which calls a SOAP WS. With the functionality of Eclipse of building the WS client from a WSDL it was easy, ...
Hi guys, I have a quick question in order to write readable code. If i have an initialized flag, let's say flagA = false; and then a method where there are some if-elses thatc...
Hi guys,I have a question about JSP+ JS script within it. I have a web app where there are 2 tabs, each tab has the same layout, with the same queries and Action in Java. But ...
Hi guys, quick question I'm having this exception Provider com.sun.xml.internal.ws.spi.ProviderImpl not found while building a JAR that invokes a SOAP WS. I thought the JDK a...
Hey, why could a JSP page with some js inside not behave the same way after refresh of the page? 🤔 I have some checkboxes that should be doing stuff, but they stop working, so...
Do you think it could have something to do with the WSDL? I mean, maybe there is a way of parsing it via java code in order to regenerate the client with a different URL?
Hi guys. I was looking for a place to ask a couple of questions about a problem I am having with ibatis + java. Is this allowed here? I dont wanna disturb the chat!
I guess they can't, so... is there something i can do? Use another version of the dependencies? (i can provide the pom.xml)
Oh, I also have the build path of the project configured to point to 1.6. So maybe is their problem while executing?