Tag

Integration

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Jun 3, 2025 · Backend Development

10 Essential APIs to Enhance Your PHP Projects

This article introduces ten powerful APIs—including Stripe, Twilio, Google Maps, SendGrid, Firebase, OpenAI, AWS SDK, Twitter, GitHub, and a Weather service—along with integration tips and code examples to help PHP developers extend functionality such as payments, messaging, mapping, AI, and cloud services.

AIAPIBackend
0 likes · 6 min read
10 Essential APIs to Enhance Your PHP Projects
Tencent Cloud Developer
Tencent Cloud Developer
Apr 23, 2025 · Cloud Native

Microservices Architecture: Principles, Modeling, Integration, and Scaling

Microservices are small, autonomous services that replace monolithic codebases by emphasizing loose coupling, high cohesion, bounded contexts, technology-agnostic integration via REST, RPC, or events, disciplined code governance, semantic versioning, local transactions with eventual consistency, and robust scaling patterns such as timeouts, circuit breakers, and auto-scaling, while reflecting organizational structure and avoiding premature complexity.

DevOpsIntegrationScaling
0 likes · 19 min read
Microservices Architecture: Principles, Modeling, Integration, and Scaling
Java Architecture Diary
Java Architecture Diary
Mar 24, 2025 · Backend Development

Build a Java MCP Server with Spring AI in Minutes

This tutorial shows how to use Spring AI MCP to create a Java MCP server, covering environment setup, business logic implementation, service registration, and client configuration, enabling seamless AI service integration with minimal effort.

AIBackendIntegration
0 likes · 6 min read
Build a Java MCP Server with Spring AI in Minutes
Architecture Digest
Architecture Digest
Feb 26, 2025 · Artificial Intelligence

DeepSeek4j 1.4: A Java Integration Framework for DeepSeek AI Models

DeepSeek4j 1.4 introduces a Java‑native framework that fully preserves DeepSeek's chain‑of‑thought and billing features, adds reactive streaming support, and provides a Spring Boot starter for effortless integration, accompanied by quick‑start code, configuration examples, and a built‑in debugging UI.

AIAPIDeepSeek
0 likes · 5 min read
DeepSeek4j 1.4: A Java Integration Framework for DeepSeek AI Models
Python Programming Learning Circle
Python Programming Learning Circle
Feb 21, 2025 · Backend Development

Getting Started with Jython: Integrating Python and Java

This article introduces Jython, explains its features, provides step‑by‑step installation instructions, demonstrates how to run Python code on the Java platform and how Java can invoke Jython scripts, and outlines common application scenarios for this Python‑Java bridge.

IntegrationJavaJython
0 likes · 7 min read
Getting Started with Jython: Integrating Python and Java
Code Ape Tech Column
Code Ape Tech Column
Feb 14, 2025 · Artificial Intelligence

Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide

This article explains how to integrate DeepSeek's large language models—both the chat‑oriented deepseek‑chat and the reasoning‑focused deepseek‑reasoner—into a Spring AI application, covering API key setup, base‑URL configuration, model selection, and providing full code examples for dependency, configuration, and a simple chat controller.

AIChatbotDeepSeek
0 likes · 6 min read
Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide
Big Data Technology Architecture
Big Data Technology Architecture
Feb 7, 2025 · Artificial Intelligence

How to Build a DeepSeek AI Assistant on DingTalk

This guide explains why DeepSeek is a valuable AI assistant, outlines the challenges of high demand, and provides step‑by‑step instructions for creating, configuring, testing, and publishing a DeepSeek AI assistant within the DingTalk platform to ensure stable access.

AI AssistantChatbotDeepSeek
0 likes · 4 min read
How to Build a DeepSeek AI Assistant on DingTalk
Top Architect
Top Architect
Feb 6, 2025 · Backend Development

Integrating Flowable Workflow Engine with Spring Boot: A Comprehensive Guide

This article provides a step‑by‑step tutorial on integrating the Flowable BPMN workflow engine into a Spring Boot application, covering dependencies, BPMN diagram creation, task configuration, service implementation, process visualization, and common pitfalls such as font issues and process definition updates.

BPMNFlowableIntegration
0 likes · 21 min read
Integrating Flowable Workflow Engine with Spring Boot: A Comprehensive Guide
macrozheng
macrozheng
Jan 3, 2025 · Operations

How to Install Xiaomi’s Official Home Assistant Integration and Boost Your Smart Home

This article introduces Xiaomi’s open‑source Home Assistant integration, explains its benefits over third‑party solutions, and provides step‑by‑step instructions—including git commands—to install, update, and securely configure the component for managing Xiaomi IoT devices within Home Assistant.

Home AssistantIntegrationIoT
0 likes · 6 min read
How to Install Xiaomi’s Official Home Assistant Integration and Boost Your Smart Home
Selected Java Interview Questions
Selected Java Interview Questions
Jul 5, 2024 · Backend Development

Integrating Lua with Java: Using LuaJ and LuaJava for Bidirectional Scripting

This article explains how to embed Lua scripts in Java applications with LuaJ, how to call Java code from Lua using LuaJava, and demonstrates dynamic extension, script auto‑upgrade, and bidirectional interaction through comprehensive code examples and detailed explanations.

BackendIntegrationJava
0 likes · 14 min read
Integrating Lua with Java: Using LuaJ and LuaJava for Bidirectional Scripting
Architecture and Beyond
Architecture and Beyond
Jun 15, 2024 · Product Management

Customization and Integration Strategies for Enterprise SaaS: Guidance for Head and Mid‑Market Clients

The article analyzes recent Chinese enterprise SaaS market trends, examines the shift toward customized solutions for large customers and integration approaches for mid‑market clients, and offers strategic recommendations on product positioning, architecture openness, and service models to balance growth and sustainability.

CustomizationIntegrationSaaS
0 likes · 13 min read
Customization and Integration Strategies for Enterprise SaaS: Guidance for Head and Mid‑Market Clients
Soul Technical Team
Soul Technical Team
Apr 15, 2024 · Mobile Development

Integrating React Native 0.72.10 into an Existing Mobile App: Challenges, Project Structure, and Platform-specific Solutions

This article details the process of introducing React Native 0.72.10 into an existing mobile application, covering the rationale for selection, project structure adjustments, iOS and Android integration challenges, script modifications, dependency management, and solutions to common issues such as path configuration, Gradle compatibility, and library conflicts.

AndroidBuild ScriptsIntegration
0 likes · 21 min read
Integrating React Native 0.72.10 into an Existing Mobile App: Challenges, Project Structure, and Platform-specific Solutions
Python Programming Learning Circle
Python Programming Learning Circle
Dec 18, 2023 · Backend Development

phpy – A PHP Extension for Seamless Integration with the Python Ecosystem

The article introduces phpy, an open‑source Swoole project that embeds the Python ecosystem into PHP, explains its features, provides detailed compilation and installation steps, demonstrates usage through code examples—including AI libraries, GUI creation, named arguments, and callbacks—and shares real‑world sample applications.

AIBackendInstallation
0 likes · 9 min read
phpy – A PHP Extension for Seamless Integration with the Python Ecosystem
Code Ape Tech Column
Code Ape Tech Column
Dec 16, 2023 · Backend Development

Alipay Integration Guide: Web Setup, Java Configuration, Payment and Refund Implementation

This article provides a step‑by‑step tutorial for integrating Alipay in a Java Spring application, covering sandbox web configuration, Maven dependency setup, YAML and Java config classes, payment controller implementation, asynchronous callback handling, refund processing, and automatic order cancellation using RabbitMQ.

AlipayBackendIntegration
0 likes · 12 min read
Alipay Integration Guide: Web Setup, Java Configuration, Payment and Refund Implementation
Python Programming Learning Circle
Python Programming Learning Circle
Dec 15, 2023 · Backend Development

phpy v2 – A High‑Performance PHP‑Python Bridge: Architecture, Usage, and Benchmarks

The article introduces the second version of phpy, a PHP extension that embeds a Python interpreter, explains its dual‑VM runtime architecture, shows how to use it under PHP‑FPM, presents detailed performance benchmarks, covers exception handling, IDE auto‑completion, compilation options, dynamic‑library troubleshooting, and provides numerous code examples for testing and scientific computing.

BackendIntegrationPHP
0 likes · 12 min read
phpy v2 – A High‑Performance PHP‑Python Bridge: Architecture, Usage, and Benchmarks
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 25, 2023 · Backend Development

Understanding Spring’s FactoryBean and MyBatis Integration: From BeanFactory to MapperFactoryBean

This article explains how Spring’s FactoryBean mechanism enables seamless integration with MyBatis by detailing the roles of BeanFactory, SqlSessionFactoryBean, MapperScannerConfigurer, and MapperFactoryBean, and provides annotated code examples and XML configuration to illustrate the underlying process and its benefits for transaction management and thread safety.

FactoryBeanIntegrationJava
0 likes · 13 min read
Understanding Spring’s FactoryBean and MyBatis Integration: From BeanFactory to MapperFactoryBean
IT Services Circle
IT Services Circle
Nov 22, 2023 · Fundamentals

Key Evolution Points of CPUs: Process Technology, Integration, Memory Controllers, PCIe, and Microarchitecture

The article outlines the major milestones in CPU development—including shrinking process nodes, increasing integration of components, evolving memory controller standards, the progression of PCIe generations, and micro‑architectural enhancements such as larger caches and hybrid core designs—providing a concise historical overview for readers.

CPUHardware fundamentalsIntegration
0 likes · 14 min read
Key Evolution Points of CPUs: Process Technology, Integration, Memory Controllers, PCIe, and Microarchitecture
转转QA
转转QA
Nov 22, 2023 · Backend Development

Improving B2C Order Automation with MQ Listener Integration and CI/CD Enhancements

This article details a B2C order processing case study, analyzing failure causes in automated test suites, introducing RocketMQ PullConsumer‑based MQ listening actions, and demonstrating how these changes together with CI/CD adjustments significantly raise test success rates despite increased execution time.

B2CBackendCI/CD
0 likes · 7 min read
Improving B2C Order Automation with MQ Listener Integration and CI/CD Enhancements
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 10, 2023 · Backend Development

How to Integrate Elasticsearch 7.8 with Spring Boot 2.4: A Step-by-Step Guide

This article explains why Elasticsearch is fast, outlines its key features, and provides a complete Spring Boot 2.4 tutorial—including dependencies, configuration, data model, repository usage, and test code—for building a distributed search service.

ElasticsearchIntegrationJava
0 likes · 9 min read
How to Integrate Elasticsearch 7.8 with Spring Boot 2.4: A Step-by-Step Guide