Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7708235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:33:38+00:00 2026-06-01T00:33:38+00:00

I wrote an application in JAVA that adds articles to a Joomla site. My

  • 0

I wrote an application in JAVA that adds articles to a Joomla site.
My problem is that inserting an article needs five queries to run (adding article to content table, inserting corresponding node to assets table , updating other nodes in assets table & setting asset id for inserted article); and because of that my JAVA application is running on a remote machine lots of problems can make any of these queries fail & if any of them fail the entire assets table breaks.
I thought about using transactions and manual commit to solve this but Joomla’s Storage Engine (MyISAM) doesn’t support transactions. so thought about converting storage engine of those two tables to “InnoDB”.
Is this correct ? doesn’t it rise problems for Joomla(for example in JOINING with other tables that are using MyISAM)?
Will it affect on site and makes it slower?
Is there any other solution (e.g. sending all 5 queries to server to run in sequence)?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T00:33:40+00:00Added an answer on June 1, 2026 at 12:33 am

    Some thoughts:

    1. I am not completely sure but I don’t think Joomla should have any issues with InnoDB. When joining MyISAM and InnoDB tables in a JOIN, MySQL internally converts InnoDB to MyISAM. But I’m not a Joomla guy and I still can’t be sure on it

    2. Why not use triggers – an AFTER INSERT trigger on content?

    3. You may also write a stored procedure for running all 5 INSERTs but again there will not be any transaction support

    4. Create a single table to hold all data from all the 5 INSERT queries. Of course this table is only of an intermittent nature. Now create another stored procedure that will then migrate all data from this intermediate table to the respective tables.

    Hope the above makes sense!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote a Java application to add articles to a Joomla site. I'm using
I wrote a complex Java application with eclipse that uses many .jar libraries included
I'm trying to run a Java application I wrote to subscribe to a CORBA
I wrote a Java application that reads and sends SMS messages from a USB
I'm going to need to integrate a Java application that I wrote with a
If I package a application I wrote in java that writes and reads from
I wrote a Java application that uses the java.awt.Robot to take screen captures of
I wrote a Java application that copies a string to the system clipboard. The
Im working on a java application that involves threads. So i just wrote a
I wrote a simple java application, I have a problem please help me; I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.