Questions tagged as 'java'

1
answer

Java project with Oracle and MySQL at the same time?

Given an Oracle Database and a MySQL DB, and the impossibility of integrating both databases: Would it be possible, for example, to class my application 'look' at the mysql table and update an oracle table?     
asked by 04.05.2015 / 19:15
2
answers

Is it possible to make two Selects in a Try?

try { Connection lig = DriverManager.getConnection("jdbc:mysql://localhost/gym", "root", "0000"); PreparedStatement inst = lig.prepareStatement("SELECT * FROM produtos_has_historico WHERE Produtos_idProdutos AND Historico_idHistorico");...
asked by 25.05.2015 / 12:16
1
answer

Bank connection error. Java + Workbench

Bank connection error. Can anyone help me? package conexaoprojeto; import java.sql.*; import javax.swing.JOptionPane; public class ConexaoProjeto { private final String Driver = "com.mysql.jdbc.Driver"; private final String Url = "j...
asked by 24.05.2015 / 05:54
1
answer

How to create a WeakHashSet / WeakSet in Java

The java.lang.ref package provides classes that model reference types in Java, such as Reference, SoftReferece, WeakReference, and PhantomReference.    Still do not know these references in Java? See this question:    Canonicalized Mapping an...
asked by 27.06.2015 / 23:05
1
answer

JSF calendar with datatable having data from different lists

I'm making software in JSF (2.2), primefaces and JPA with Postgres bank. I need to make a schedule of accounts payable with the following columns and their data: Column before yesterday with data: due date, vendor and value. Column yesterday wit...
asked by 26.06.2015 / 14:40
2
answers

WebService returns an Array, and I am not able to insert into an ArrayMyClass

{ "cemaden":[ { "codestacao":"520310401A", "latitude":-16.196, "longitude":-52.546, "cidade":"BALIZA", "nome":"Setor Central", "tipo":"Pluviom\u00E9trica", "uf":"GO", "chuva":0.0, "nivel":null,...
asked by 05.05.2015 / 16:17
1
answer

Event update in component "p: commandLink" does not render

I have datatable displayed within Dialog primefaces , when I click on commandLink of the line I want, I want to get this value and render it within inputText of my screen, but I'm getting the% following error in my...
asked by 21.04.2015 / 03:39
1
answer

Refresh Jframe [closed]

I made software to monitor servers I have Jframe with several buttons where these are one color (green if server is online and red otherwise). I run this test using ping . When I click the button to open this frame, all buttons are...
asked by 29.05.2015 / 15:43
2
answers

Spring MVC and Ajax

I'm developing a web app in java using the Spring MVC framework. However, a part of the project has broken out! First I'll show the print on the screen to make it easier to understand. Image: WhatIwanttodois:whentheuserselectsthecompany,th...
asked by 29.05.2015 / 15:50
1
answer

How to read an Excel 2013 worksheet and write to a PostgreSQL database?

I'm having trouble writing information to the database. This information I extract from an Excel file. For example, I have 3 fields and I do not know how to get the 1st cell and save it to the bank, then get the 2nd and save and finally ge...
asked by 17.04.2015 / 21:49