B4J has replaced all my Windows batch files...

KMatle

Expert
Licensed User
Longtime User
I have replaced all of my WIN batch files (like to make backups of my sources) with B4J non-ui apps. Very fast an powerful. I wonder why I haven't done this before...

B4J is underrated and I don't know if everyone knows how powerful it is. To be honest: At the start I didn't take a look to it (because I did a lot of things with Visual Studio plus B4A). I love the "just do it" feeling which only B4J gives (to me).

What about you?
 

sorex

Expert
Licensed User
Longtime User
last week there was a problem with the badge system at work. instead of exporting the none exported items it exported everthing since it was installed 4+ years ago and attached it every 5 minutes to the previous one.

the file to be imported was about 3 gigabytes already.

to filter out the unique records from March I quickly wrote a B4J tool that read the file,
grabbed the March 2016 items and pushed it to a map unless it was already in the map,
and saved the unique line to another file.

it was just a matter of minutes to do this.

B4J is ideal for such tasks altho I use vbscript a lot aswell (pure windows stiuff like ad/wmi/ldap/... ain't covered by much other non MS scripting languages)
 

susu

Well-Known Member
Licensed User
Longtime User
I used B4J to "harvest" data from internet into a SQLite database then I use that database in my Android app wrote by B4A. It likes you buy a Ferrari and get a Lamborghini for Free! :p
 

rwblinn

Well-Known Member
Licensed User
Longtime User
B4J has become THE CORE RAD (in a true sense) in all my (hobby) programming.
Being around in IT for more then 30+ years, never came across such a powerful tool delivering expected results.

Look at / follow my home page to find out more.

Thanks to Anywhere Software.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4J has become THE CORE RAD (in a true sense) in all my (hobby) programming.
Being around in IT for more then 30+ years, never came across such a powerful tool delivering expected results.

Look at / follow my home page to find out more.

Thanks to Anywhere Software.
Thank you for all these great tutorials!
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
Some security experts recommend uninstalling Java .
Can this affect B4J ?
I like B4J but I want to see your opinion regarding Java security issues .
 

KMatle

Expert
Licensed User
Longtime User

We use TomCat (Java) applications at work to share (critical data) with other companies. As the project manager I instructed internal and external security checks. No problems detected (except the ones caused by programming/configuration mistakes :cool: ).

Most important: Use the newest version, remove older ones (there is a reason for updates -> security, etc.)
 
Top