JJNBridgeinjnbridge.hashnode.dev·1d ago · 4 min readC# Lucene Options: Run Java Lucene from .NET or Use Lucene.NET?If you work in .NET long enough, you eventually run into a Java library that is too useful to ignore. Apache Lucene is a classic example: it is the engine behind a lot of serious search systems, and i00
JJNBridgeinjnbridge.hashnode.dev·4d ago · 5 min readFive Integration Paths for a Mixed Java/.NET PortfolioIf you work in a mixed Java/.NET estate, the hardest question is rarely “which platform is better?” The harder question is which boundary deserves a bridge, which one should be a service contract, and00
SKSHARIQUE KALAMinshariquekalam.hashnode.dev·4d ago · 3 min readBuilding idempotent REST APIs in Salesforce?In REST APIs, the POST method is inherently non-idempotent. This means that if a client calls an Apex REST endpoint annotated with @HttpPost using the JSON payload below, a new Case record will be cre00
Iilshaadincodeless-sync.hashnode.dev·Aug 17 · 12 min readFivetran Pricing Explained: Why MAR Billing Is Overkill for One Billing SyncYou have one billing source, Stripe or QuickBooks or Xero or Paddle, and one Postgres database. You want the first to land in the second on a schedule. Somewhere in the research you end up on Fivetran00
JJNBridgeinjnbridge.hashnode.dev·Aug 14 · 4 min readJavonet vs JNBridgeProIf you are comparing Javonet vs JNBridgePro, the real question is not which tool has more bullets on a feature page. It is which programming model your team will live with after the proof of concept i00
JJNBridgeinjnbridge.hashnode.dev·Aug 11 · 9 min readIKVM vs JNBridgePro: Bytecode-to-IL Conversion or True Java/.NET Bridging?IKVM vs JNBridgePro: Bytecode-to-IL Conversion or True Java/.NET Bridging? If you are comparing IKVM vs JNBridgePro, the question is usually not whether you can make Java code callable from .NET. Both00
SDStanislav Deviatovinstn1slv.hashnode.dev·Aug 9 · 5 min readFive Years of Awesome Integration: What Changed in Our FieldOn 23 July 2021 I pushed the first commit to a repository called Awesome Integration. It was a curated list of system integration software, patterns and resources: 27 flat sections and about 260 links00
VVikaskumarinvikaskumarpandey.hashnode.dev·Aug 7 · 15 min read⚡Salesforce Integration Deep Dive: OAuth 2.0 Web Server Flow in Apex📋 Table of Contents Quick Recap: Where We Left Off Why Build This Manually Before Named Credentials The Moving Pieces: Architecture at a Glance Step 1: Modeling the Config in Custom Metadata Ste00
KMKingsley Mgbamsinkingsleymgbams.hashnode.dev·Aug 3 · 7 min readUnderstanding the Apex Crypto Class for Secure Salesforce IntegrationsIf you've worked on a Salesforce integration, you've probably encountered terms like AES, SHA-256, HMAC, JWT, certificate, or digital signature. Implementation guides often tell you which algorithm or00
VVikaskumarinvikaskumarpandey.hashnode.dev·Aug 3 · 14 min read⚡Salesforce Integration Deep Dive: API vs Web Service, Integration Types & Authentication vs Authorization📋 Table of Contents API vs Web Service — Understanding the Difference Real-World Example: Salesforce Calls SAP Web Service Types of Integration in Salesforce Easy Way to Remember: Integration, AP10