You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Windows x86安装包(兼容xp、windows7、8、10等系统)[xJavaFxTool-0.2.0-windows-x86.exe](https://xwintop.gitee.io/maven/package/xJavaFxTool/xJavaFxTool-0.2.0-windows-x86.exe)
34
+
- Windows x64安装包(兼容xp、windows7、8、10等系统)[xJavaFxTool-0.2.0-windows-x64.exe](https://xwintop.gitee.io/maven/package/xJavaFxTool/xJavaFxTool-0.2.0-windows-x64.exe)
35
+
- Linux x64 [xJavaFxTool-0.2.0-linux-x64.zip](https://xwintop.coding.net/s/3085b815-96d2-4392-8036-77757f4553ec) (Linux平台64位运行压缩包,解压即可运行)
36
+
- Mac OS X x64 [xJavaFxTool-0.2.0-macosx-x64.pkg](https://xwintop.gitee.io/maven/package/xJavaFxTool/xJavaFxTool-0.2.0-macosx-x64.pkg)
Copy file name to clipboardExpand all lines: README_EN.md
+6-59Lines changed: 6 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,16 @@ xJavaFxTool is a practical gadget set developed by javaFx. It uses some time to
29
29
Due to the hot SpringBoot, the project has been released SpringBoot-javafx version, [xJavaFxTool-spring](https://gitee.com/xwintop/xJavaFxTool-spring) welcome reference, thank you.
30
30
31
31
#### Download trial address:
32
-
- Jar package that can be run directly (local need to have jdk1.8 environment)[xJavaFxTool-0.1.7.jar](https://dev.tencent.com/s/8c2f9586-475f-4ece-9027-74c98b8c2c6c)
33
-
- Windows x86 installation package (compatible with xp, windows7, 8, 10, etc.) [xJavaFxTool-0.1.7-windows-x86.exe](https://dev.tencent.com/s/61e19e79-9745-4746-8e46-8f39f14a0ed4)
34
-
- Windows x64 installation package (compatible with xp, windows7, 8, 10, etc.)[xJavaFxTool-0.1.7-windows-x64.exe](https://dev.tencent.com/s/dce303db-cd17-40fa-99fd-c3be431fc384)
35
-
- Linux x64 [xJavaFxTool-0.1.7-linux-x64.zip](https://dev.tencent.com/s/8c55b6f4-ddec-4a3e-b808-33519fea313a) (Linux platform 64-bit running compression package, decompression can run)
36
-
- Mac OS X x64 [xJavaFxTool-0.1.7-macosx-x64.dmg](https://dev.tencent.com/s/c923e93f-6729-4748-87b6-2ffd71451a46)
37
-
- Mac OS X x64 [xJavaFxTool-0.1.7-macosx-x64.pkg](https://dev.tencent.com/s/bb44f658-2123-4f8b-a514-7361d3bf4c89)
32
+
- Jar package that can be run directly (local need to have jdk1.8 environment)[xJavaFxTool-0.2.0.jar](https://xwintop.gitee.io/maven/package/xJavaFxTool/xJavaFxTool-0.2.0.jar)
33
+
- Windows x86 installation package (compatible with xp, windows7, 8, 10, etc.) [xJavaFxTool-0.2.0-windows-x86.exe](https://xwintop.gitee.io/maven/package/xJavaFxTool/xJavaFxTool-0.2.0-windows-x86.exe)
34
+
- Windows x64 installation package (compatible with xp, windows7, 8, 10, etc.)[xJavaFxTool-0.2.0-windows-x64.exe](https://xwintop.gitee.io/maven/package/xJavaFxTool/xJavaFxTool-0.2.0-windows-x64.exe)
35
+
- Linux x64 [xJavaFxTool-0.2.0-linux-x64.zip](https://xwintop.coding.net/s/3085b815-96d2-4392-8036-77757f4553ec) (Linux platform 64-bit running compression package, decompression can run)
36
+
- Mac OS X x64 [xJavaFxTool-0.2.0-macosx-x64.pkg](https://xwintop.gitee.io/maven/package/xJavaFxTool/xJavaFxTool-0.2.0-macosx-x64.pkg)
38
37
#### If the above link fails, use the download link below:
Support plug-in development, the plug-in jar package can be automatically loaded under the root directory libs (see the open source project [xJavaFxPlugIn](https://gitee.com/xwintop/xJavaFxPlugIn) for plug-in development examples , and the next step is to split the gadget into each plug-in and load it as needed. Currently, the plug-in function is not perfect, follow-up Split each function into modules and load them as needed to reduce the size of the jar package);
41
+
Support plug-in development, the plug-in jar package can be automatically loaded under the root directory libs (see the open source project [xJavaFxTool-plugin](https://gitee.com/xwintop/xJavaFxTool-plugin) for plug-in development examples , and the next step is to split the gadget into each plug-in and load it as needed. Currently, the plug-in function is not perfect, follow-up Split each function into modules and load them as needed to reduce the size of the jar package);
43
42
44
43
#### Environmental construction instructions:
45
44
- The development environment is jdk1.8, based on maven build
@@ -109,58 +108,6 @@ Support plug-in development, the plug-in jar package can be automatically loaded
109
108
56. IdiomDataTool:IdiomDataTool(Use the [h2](http://www.h2database.com) database to store the data dictionary)
110
109
57. Sudoku:Sudoku Game
111
110
112
-
##### The transfer tools currently support the following features:
113
-
###### Receiver:
114
-
115
-
| title | Configuration class name | Description |
116
-
| ------------- | ------------- | ------------- |
117
-
| Fs | ReceiverConfigFs | Read a message from a disk file |
118
-
| Ftp | ReceiverConfigFtp | Receive messages using the Ftp/Ftps protocol |
119
-
| Http | ReceiverConfigHttp | Receive messages using the http/https protocol (supports pull mode and provides the Restfull interface mode) |
120
-
| Ftp | ReceiverConfigFtp | Receive messages using the Ftp/Ftps protocol |
121
-
| SFtp | ReceiverConfigSftp | Receive messages using the SFtp protocol |
122
-
| Email | ReceiverConfigEmail | Receive messages using the Email protocol |
123
-
| Jms | ReceiverConfigJms | Receive messages using the Jms protocol |
124
-
| Kafka | ReceiverConfigKafka | Receive messages using the Kafka protocol |
125
-
| IbmMq | ReceiverConfigIbmMq | Receive messages using the IbmMq protocol |
126
-
| RabbitMq | ReceiverConfigRabbitMq| Receive messages using the RabbitMq protocol |
127
-
| RocketMq | ReceiverConfigRocketMq| Receive messages using the RocketMq protocol |
128
-
| ActiveMq | ReceiverConfigActiveMq| Receive messages using the ActiveMq protocol |
129
-
| Hdfs | ReceiverConfigHdfs | Receive messages using the HDFS protocol |
130
-
131
-
Filter:
132
-
133
-
| title | Configuration class name | Description |
134
-
| -------- | ----- | :---- |
135
-
| Backup | FilterConfigBackup | Back up messages to the file system |
136
-
| Compress | FilterConfigCompress | Compress the message |
137
-
| Decompress | FilterConfigDecompress | Decompress the message |
138
-
| EncryptDecrypt| FilterConfigEncryptDecrypt| Encrypt and decrypt the message |
139
-
| OracleSqlldr | FilterConfigOracleSqlldr | Save the message to the Oracle database |
140
-
| GroovyScript | FilterConfigGroovyScript | Will execute the Groovy script |
141
-
| PythonScript | FilterConfigPythonScript | Will execute Python script |
142
-
| JavaScript | FilterConfigJavaScript | Will execute a JavaScript script |
143
-
| LuaScript | FilterConfigLuaScript | Will execute the Lua script |
144
-
| UnicodeTransformation | FilterConfigUnicodeTransformation | Encode the message for conversion |
145
-
146
-
Sender:
147
-
148
-
| title | Configuration class name | Description |
149
-
| -------- | ----- | :---- |
150
-
| Fs | SenderConfigFs | Read a message from a disk file |
151
-
| Ftp | SenderConfigFtp | Send messages using the Ftp/Ftps protocol |
152
-
| Http | SenderConfigHttp | Send a message using the http/https protocol |
153
-
| Ftp | SenderConfigFtp | Send messages using the Ftp/Ftps protocol |
154
-
| SFtp | SenderConfigSftp | Send messages using the SFtp protocol |
155
-
| Email | SenderConfigEmail | Send a message using Email |
156
-
| Jms | SenderConfigJms | Send messages using the Jms protocol |
157
-
| Kafka | SenderConfigKafka | Send messages using the Kafka protocol |
158
-
| IbmMq | SenderConfigIbmMq | Send messages using the IbmMq protocol |
159
-
| RabbitMq | SenderConfigRabbitMq| Send messages using the RabbitMq protocol |
160
-
| RocketMq | SenderConfigRocketMq| Send messages using the RocketMq protocol |
161
-
| ActiveMq | SenderConfigActiveMq| Send messages using the ActiveMq protocol |
162
-
| Hdfs | SenderConfigHdfs | Send messages using the HDFS protocol |
163
-
164
111
#### In the development of the project, new tools will be added in the future. Welcome everyone to participate and give more comments, thank you.
165
112
#### Plan to add features:
166
113
-[ ] Monitoring function (folder depth, number of Ftp/Ftps/sftp files, mq depth)
0 commit comments