Search found 421 matches: java

Return to advanced search

SWAGGER-UI para documentar nuestras API.

Buenas, hace tiempo que no estoy por aquí, pero hace unos días , charlando con viejos conocidos de por estos lares, y estando yo dándole a Java, usamos una herramienta llamada SWAGGER. Dicha herramienta, si habéis usado APIREST, es bastante común. Caí en la cuenta, si era posible usarla con ...
by thefull
Mon Mar 04, 2024 7:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 446

Re: Google Graph extra graphic ? (Navaro)

Easily ? depends on your skilss of Java, html and Css, but I agree, seeing this there is a potential use for it (in my case this program) As you try, My controls of FW are froozen or the html code is keeping buzy because I can't click or even ...
by Marc Venken
Wed Feb 21, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 17
Views: 502

Re: Traduzione da Java a Fwh

Grazie !!!
by a.tixi@htech.it
Thu Jan 25, 2024 10:38 am
 
Forum: All products support
Topic: Traduzione da Java a Fwh
Replies: 2
Views: 259

Re: Traduzione da Java a Fwh

Using chatgpt: FUNCTION getHeaderBytes(msg)    LOCAL msgLength := Chr(Val(Str(LEN(msg) % 256)))    msgLength += Chr(Val(Str(BitRShift(LEN(msg), 8) % 256)))    msgLength += Chr(Val(St...
by Antonio Linares
Thu Jan 25, 2024 4:53 am
 
Forum: All products support
Topic: Traduzione da Java a Fwh
Replies: 2
Views: 259

Traduzione da Java a Fwh

Salve, Dato che non ho familiarità con Java, mi servirebbe una traduzione di questa funzione in fwh e xHarbour public static String getHeaderBytes(String msg) { char[] msgLength = new char[4]; msgLength[0] = (char) Integer.parseInt(String.valueOf(msg.length()), ...
by a.tixi@htech.it
Wed Jan 24, 2024 11:21 am
 
Forum: All products support
Topic: Traduzione da Java a Fwh
Replies: 2
Views: 259

Nuevamente solicito orientación para comenzar

... comienza mi problema. Me están solicitando el poder hacer consultas desde su telf. Hace tiempo estuve intentando entrarle al mundo web con php, java, html, css y todos los "ingredientes" que esto lleva y de verdad, como decimos en vzla, "se me explotaron las cotufas", me ...
by JoseAlvarez
Sat Jan 06, 2024 11:07 am
 
Forum: mod_harbour
Topic: Nuevamente solicito orientación para comenzar
Replies: 3
Views: 1312

Re: XML, CON ARCHIVO ADJUNTO PDF

... -4b1e5f00e3:63119046e83:1</cl:token><cl:respuesta xmlns:cl="cl.zofri.sve"><java:resCodigo xmlns:java="java:cl.zofri.sve.utl.bo">0</java:resCodigo><java:resMensaje xmlns:java="java:cl.zofri.sve.utl.bo">Se ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2096

Re: HBIDE - Will there be any further development?

Antonio,

If you have a chance and are inclined, take a look at Autumn Lamonte's Jexer text-mode library, and her Java IDE. It's all designed to mimic Turbo Vision, and is stunning to look at.

https://jexer.sourceforge.io/about.html
by FWExplorer
Tue Sep 05, 2023 6:18 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 7022

Re: Web programming with Mod Harbour

... development with this language typically involves building backend components and APIs, rather than creating frontend interfaces (HTML, CSS, and JavaScript). Mod Harbour can be used alongside web frameworks to handle HTTP requests, business logic, and data manipulation. Here's a general outline ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 322

Proceso Jave en TWebview

Estimado Antonio Me puede ayudar a ejecutar éste proceso Java con TWebview    public class Firmador {    private static Firmador instancia;    private String ALG = "SHA1withRSA";    static {  ...
by acuellar
Wed Jul 19, 2023 5:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Proceso Jave en TWebview
Replies: 0
Views: 95

Les saludo. Soy McCoy, nuevo en este foro

... después migrar mis aplicativos a Harbour Minigui Extended en el 2015. Desde el año 2018, me puse a aprender a programar usando la combinación de JavaScript-PHP-HTML-MySql y ya he hecho algunos aplicativos sencillos con esto. También, en ese mismo año, inicié el aprendizaje para programar en dispositivos ...
by rodmc
Tue Jun 27, 2023 4:41 am
 
Forum: mod_harbour
Topic: Les saludo. Soy McCoy, nuevo en este foro
Replies: 3
Views: 607

Re: Crear HBSSL.LIB con CMS para firma de Xml

... Quizás alguien ya lo haya logrado. He encontrado éste código en Java y hay que convertirlo :( import java.security.KeyFactory;import java.security.Signature;import java.security.spec.PKCS8EncodedKeySpec;import java.util.Base64; public ...
by acuellar
Wed Jun 07, 2023 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1072

Re: How to fill edit box and click button in another application

Thank you ver much Antonio, I do not want to write java application. I just want to click the button in a java program written by someone else from within the fivewin application. Dear Hakan, I just asked chatGPT to port it to java. Not sure if this ...
by Horizon
Sun Mar 12, 2023 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 842

Re: How to fill edit box and click button in another application

Dear Hakan, I just asked chatGPT to port it to java. Not sure if this may help. not sure if it compiles/works/etc import javax.swing.*;public class Main {    public static void main(String[] args) {        // Create font  ...
by Antonio Linares
Sun Mar 12, 2023 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 842

Re: How to fill edit box and click button in another application

Hi, this sample app works very well. testbtnz.prg is fwh application. If I use java application instead of testbtnz.prg, The movemove also works. But, Click button does not work. Is there anyone that use this method with java application? Can you help me please. ...
by Horizon
Sun Mar 12, 2023 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 842
Next

Return to advanced search