B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (41 reactions) 260642577
RDC is a middleware server that makes it simple to safely connect clients and remote SQL database servers.
jRDC2 is the latest version. All new projects should use this version.
jRDC2 is made of two components:
- B4J server. The server receives the requests from the clients, issues the B4J Question jRDC2 Server with WebClient - Erel (first post)    Dec 28, 2021   (1 reaction) That's wrong.
jRDC2 is a simple B4J server solution. You can extend it and add a WebSocket handler or a regular http handler. B4A Question jRDC2 on remote server - aeric (first post)    Apr 29, 2023   (3 reactions) By default, jRDC2 is a non-UI app so you don't need to use the B4JPackager11.
Just compile as Release (or with Obfuscation) and upload the jar file to your remote server. Call the jar using nohup in Linux VPS. B4A Question I want an example in connecting b4a with mysql online .. Thanks - josejad (first post)    Aug 08, 2019   (1 reaction) No. jRDC2 is a middleware server.
If you want yo connect directly to your MySQL server you need to use another way.
https://www.b4x.-android-to-mysql-database-tutorial.8339/ B4J Question B4X] Network + AsyncStreams + B4XSerializator- single connection only - Erel (first post)    Aug 10, 2018   (1 reaction) Like all backend solutions you do need to understand what you are doing. jRDC2 is the most secured solution available for remote database access. B4A Question Updating SQL server database with JDBC. - DonManfred (first post)    Jun 23, 2020   (1 reaction) A JRDC2 is a B4J Project. The jRDC2 can not run in android. You can FOR SURE use a b4a client to connect to a jRDC2 server to fetch or send Data. See the jRDC2 tutorials. B4A Question jRDC2: How to make it work on B4A? - josejad (first post)    Sep 27, 2019   (4 reactions) Hi Daniel44, just to clarify:
- jRDC2 is a B4J program, you compile it in B4J as OliverA told you, and you need a VPS where you can host the .jar. It will act as a server.
- The jRDC2 server, will connect with your database
- Then, you can access the jRDC2 server from another B4J client program, or B4J Question jRDC2 with other languages - Erel (first post)    May 04, 2018 Note that it is not a library. jRDC2 is a solution based on jServer.
jRDC2 uses B4XSerializator to serialize the client requests and the server responses. It will be difficult to use it as-is from PHP. However it should be quite simple to add a handler that will accept a different format such as js B4A Question jRDC2 - Java Server Port - DonManfred (first post)    Nov 15, 2018 If you are talking about jRDC2. This is the port which you use to connect to the RDC. The port must be accessible. Just just the default.
The port is not related to PostgreSQL, Django or TomCat.
In the jRDC2 Config you do define the connection to the Database (jRDC2 is the Middleware) including the B4i Question Is an IOS app easy to crack/decompile ? - Erel (first post)    Jan 26, 2016 It's up to you. jRDC2 is a B4J server and it supports SSL connections (if you configure it properly). You cannot hide the server url and port from a network sniffer. Page: 1   2   3   4   5   6   7   Powered by ColBERT |