Questions tagged as 'java'

0
answers

How to set a string in weblogic

I need my application to consume an internal webservice and I would like to know if it is possible to register the endpoint of this webservice in a weblogic variable and call this variable by my application. example how I'm doing today: pub...
asked by 31.01.2018 / 15:25
0
answers

Internal adjustable frame

I made a simple netbeans code for an internalframe that loads inside the jframe, but the internalframe is a fixed size. If I open it with full screen setExtendedState (java.awt.Frame.MAXIMIZED_BOTH); It has an empty space If I try to dec...
asked by 25.01.2018 / 14:09
0
answers

Error in using and initializing Spotify API for Java web

I'm trying to use Spotify's Api for days and I really do not know what's going on, there are several errors in the WildFly Server Boot 11.0 in the case, already tried with others and the errors are the same and all related with apparently no achi...
asked by 25.01.2018 / 13:25
0
answers

Insert in table - strange value

I'm trying to insert a value into a table from a select option. html: <select class="form-control" name="chaveCadastro" ng-options="cadastro.cadastroId for cadastro in (cadastro | orderBy:'id' | filter:{active:true}) track by cadastro.id...
asked by 25.01.2018 / 11:42
1
answer

Java @GeneratedValue + SQL server NEWID + Hibernate

I have a table that has ID set to CREATE DEFAULT ID_Tabelas AS NEWID() , that is, even if I use an insert without the key, it will be generated automatically. How can I do with hibernate to recognize that the database itself will generate...
asked by 24.01.2018 / 11:44
0
answers

Unrecognized option When testing a plugin's code with PDE

I need to create a plugin for Eclipse, but when I try to test the plugin I get an error message. I'm using the following eclipse: Eclipse IDE for Java Developers<br> Version: Oxygen.2 Release (4.7.2)<br> Build id: 20171218...
asked by 24.01.2018 / 13:42
1
answer

Capture the file creation date

BoEstou creating a control panel in jsp to show the excell file updates of a particular network folder. Problem: I have several programs in SAS that are scheduled to update daily, and generate the files in the folder. But sometimes the progra...
asked by 24.01.2018 / 13:13
0
answers

I am having doubts on how to call 3 tags from XML file

I need to read a URL and through it, create an XML file and in that file call only 3 tags. It's just that this URL directs you to another link. Can anyone help me?!     
asked by 22.01.2018 / 17:34
0
answers

Use txt as Java database [duplicate]

I'm having a data structure project and I want to use .txt as the database. To write, read, write without losing data. Can someone help me?     
asked by 19.01.2018 / 21:09
0
answers

How to bring bank information according to the chosen month?

I'm developing a web application using the Play Framework, and I'm hooked on the creation of statistics. In the statistics screen the user will select the month of the year and must return all the complaints made in the selected month, how would...
asked by 19.01.2018 / 23:12