Questions tagged as 'java'

0
answers

Documentation of developed software [closed]

The file should contain: Explanation of the DB, next to the ER Model Interface Explanation, Explanation of the property files Creation of Use Case Diagram (or other of the kind that exemplifies all software progress from the user openi...
asked by 16.10.2014 / 18:01
2
answers

Consume data from an external web service, such as instantiating the class after the "import" of the WSDL?

I do not know anything about WEB-SERVICES , this being the first time I'm using it. After a lot of research I was able to "import" the WSDL file into java and thus "map" all classes of Web-Service , but this created me many classe...
asked by 24.07.2014 / 14:39
1
answer

Recurring error with TFS

I'm using Team Foundation Server for a work project. But I can not download the code files in the repository. Whenever I try to connect, Eclipse returns the error as in the attached image. Overview of my environment: We connect in a VisualStu...
asked by 12.06.2014 / 17:32
2
answers

How to pass data from a Pager / Fragment to another Activity?

I'm creating an activity that has Swipe Views (ViewPager) and would like to know how to pass data from the fragment to another activity, since static methods are always required. For example, pass the position from a listView to another...
asked by 09.06.2014 / 08:55
2
answers

Invisible Characters

Setting up a web example, when I received a string for the html projection from the application, I noticed an inconsistency. I would like help with this. In one of the moments of the creation of the page I have a treatment of the object to be...
asked by 26.08.2014 / 13:26
0
answers

Hibernate + Ireports

I am trying to connect a Spring MVC project with Hibernate using JSP. But a problem comes up when I try to create a connection to import data into a report using JasperReports + Ireport technology. When I select the Spring loaded Hibernate conne...
asked by 03.09.2014 / 19:29
0
answers

About the jnativehook API and Background Capture

Is this jnativehook API reliable? I need to implement a method for capturing keys in my program, and this capture should continue to run even while the program is in the background. I would not like to have to use any API for this, however as...
asked by 21.11.2014 / 05:15
0
answers

Problem with thread, interrupt and synchronism [closed]

The class Main does this: synThread tm = new synThread(); Person objPersont = new Person(); //input_file is used to read bytes from an input file FileInputStream input_file = new FileInputStream(input_file_path);;...
asked by 23.11.2014 / 22:58
0
answers

Customize the CKEditor taskbar (Java version) [closed]

I'm using the lib integration of CKEditor with JSF (ck-jsf-editor-0.9.4.jar) and is working correctly, but the toolbar is appearing is aa standard and I would like to set this up. Would anyone know how to do it? I tried to change the file...
asked by 27.05.2014 / 13:27
0
answers

"Assert: Shift is not as expected" error when creating report

I created a report in Pentaho Report Designer. There are 13 pizza charts in a row, changing only the query from one to another. When I added graphic number 11 and went to visualize, I got the error below. I checked the SQL of the query and it...
asked by 16.04.2014 / 19:09