Questions tagged [atg]

ATG's (Art Technology Group) Web Commerce platform. As of version 11 known as Oracle Commerce.

Art Technology Group (ATG) was an independent Internet technology company specializing in eCommerce software and on-demand optimization applications until its acquisition by Oracle on January 5, 2011. ATG continues to be based in Cambridge, Massachusetts and operates under its own name as a subsidiary of Oracle. The company is a provider of eCommerce software and related on-demand commerce optimization applications. ATG's solutions provide merchandising, marketing, content personalization, automated recommendations, and live-help services.

458 questions
16
votes
3 answers

Difference between Oracle ATG and Struts?

What is the difference between Oracle ATG and Struts?
chetan
9
votes
4 answers

How do you organise your ATG projects?

If you develop for ATG Dynamo, how do you structure your modules and dependencies? How do you structure the projects? source directories, JARs configs etc. How do you build and deploy? What tools do you use?
Vihung
  • 11,505
  • 15
  • 52
  • 76
5
votes
0 answers

Weblogic IOException and Chunking

I'm working in an environment that runs ATG (Oracle Commerce) 11.1 on Weblogic 12c and connects to an Endeca instance. In the Weblogic log files I get a frequent IOException, which I believe has a knock-on effect on the overall stability of the…
radimpe
  • 3,092
  • 2
  • 26
  • 42
5
votes
2 answers

Unable to connect to data source because of SQLException

In ATG 10.2 facing some problem while running Motorprise application on JBOSS and using MySQLServer. Unable to connect to data source because of SQLException: Could not enlist in transaction on entering meta-aware…
user2879266
  • 59
  • 1
  • 5
4
votes
2 answers

What is the purpose of Dynamic Bean in ATG

I've read documentation, but there is no definition of the main purpose of Dynamic Bean. I understand how to implement this but dont know why this approach so good. So could someone tell the situation when it's good to use Dynamic Bean? Thanks
Oleksandr
  • 2,118
  • 4
  • 21
  • 31
4
votes
3 answers

How to generate a dynamic URL using in Oracle Commerce(ATG)

I'm trying to display list of products in a jsp using ProductLookup droplet as shown below. I'm also trying to give a hyperlink to navigate to product details page of the individual product.
4
votes
4 answers

ATG - How to start creating a Hello World component and module example?

I'm new to ATG, and I've only been able to install ATG v10.2 successfully with JBoss. However, since creating components and modules in ATG can be done in different ways, so I would like to know if there's any "Hello World" example for both module…
Knowledge Craving
  • 7,791
  • 12
  • 46
  • 90
4
votes
3 answers

ATG RQL query like SQL 'property in (x, y, z)'

I'm trying to write an RQL query that does the equivalent of this sql: select * from some_table t where t.property in (1, 2, 3, 4 ...) I'm not sure if RQL supports this though. In the oracle docs, there's an example of how to do this on the ID…
rcgeorge23
  • 3,234
  • 3
  • 23
  • 47
4
votes
4 answers

Setting parent jsp variables in child jsp

I have a parent jsp a.jsp which includes another jsp b.jsp. I am calculating some values in b.jsp which needs to be used in parent jsp a.jsp , which will pass this calculated value to another jsp say c.jsp. How can I evaluate value in child jsp and…
user1633800
  • 309
  • 7
  • 14
4
votes
7 answers

How to reset the ATG Dynamo Admin password?

How can I reset the ATG Dynamo Admin password? I need steps to reset/change the password, from the default of admin/admin.
techanuva
  • 219
  • 1
  • 5
  • 16
3
votes
3 answers

Difference between repository item and item descriptor in atg repositories

What's the difference between a repository item and an item descriptor in ATG repositories?
Nithin
  • 255
  • 1
  • 6
  • 15
3
votes
1 answer

Weblogic inside deployed EAR

Can you use the to reference static content inside the deployed EAR and will it provide any benefit? Disclaimer: Ideally static resources like fonts, javascript and css should be served by the webserver and not the…
radimpe
  • 3,092
  • 2
  • 26
  • 42
3
votes
2 answers

javax.servlet.jsp.JspException: In <parseDate>, a parse locale can not be established

Does anyone can identify the root cause of this error? Using fmt:parseDate tag , to parse the date in correct format. I can't seem to find a way to replicate what causes this exception. MY date format is like for example:"2015-08-06…
rand
  • 177
  • 2
  • 7
  • 15
3
votes
4 answers

How to launch ATG application from Eclipse?

How to integrate ATG framework with eclipse so that i can run ATG application from eclipse and debug it using eclipse debugging plugins ? which development tools do you use when developing ATG application? Thanks in advance for any helps from…
didxga
  • 5,316
  • 4
  • 39
  • 53
3
votes
2 answers

ATG Nucleus - EJB Relationship

I'm not closely familiar niether with ATG nor with EJB, only have a rough notion about the latter. Have just started to read about ATG, and it seems that one of its components (namely Nucleus) uses EJBs. It also seems like everything else in ATG is…
grabantot
  • 1,846
  • 12
  • 25
1
2 3
30 31