Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Q:Converting Forms to J2EE

 
   Database Forums (Home) -> Oracle RSS
Next:  hai  
Author Message
Verner Jensen, Ålborg

External


Since: Mar 26, 2005
Posts: 4



(Msg. 1) Posted: Sat Aug 06, 2005 1:01 am
Post subject: Q:Converting Forms to J2EE
Archived from groups: comp>databases>oracle>misc, others (more info?)

Hi'

Have anyone tried to use any of the conversion utilities on the market? -
would you like to share your experiences?

Rgds, Henrik

 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Frank van Bortel

External


Since: May 14, 2005
Posts: 331



(Msg. 2) Posted: Sat Aug 06, 2005 5:55 am
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Verner Jensen, Ålborg wrote:
> Hi'
>
> Have anyone tried to use any of the conversion utilities on the market? -
> would you like to share your experiences?
>
> Rgds, Henrik
>
>
No, but Headstart (JDeveloper, generating J2EE from Oracle Repository)
seems a good start, protecting investments made with CDM and Ruleframe.

However, I see striking similarities in HTMLDB look and feel and any
of the J2EE demos (Headstart or not), and HTMLDB is lean and
mean - codewise.

Consider rebuilding in HTMLDB in stead of J2EE - probably can be done
in less time, with better end user performance
--
Regards,
Frank van Bortel

 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Oliver Gehlert

External


Since: Jul 31, 2005
Posts: 3



(Msg. 3) Posted: Mon Aug 08, 2005 10:45 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you are using Designer, than JHeadstart is a good start.
Else i would suggest that you first migrate your forms to forms 10g and than
migrate new functionality to J2EE.
Forms user a very "soiled" user, so moving them from forms to html db will
be difficult. And i doubt that migrating full featured forms to html db
will be simple.

HTH

Oliver
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Frank van Bortel

External


Since: May 14, 2005
Posts: 331



(Msg. 4) Posted: Tue Aug 09, 2005 2:55 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: comp>databases>oracle>misc (more info?)

Oliver Gehlert wrote:

> Forms user a very "soiled" user, so moving them from forms to html db will
> be difficult. And i doubt that migrating full featured forms to html db
> will be simple.
>

Soiled?

But moving from forms to htmldb is simple. Unless the users
fail to accept the changes due to HTML handling the front end.

--
Regards,
Frank van Bortel
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Mark C. Stock

External


Since: Dec 06, 2003
Posts: 326



(Msg. 5) Posted: Tue Aug 09, 2005 2:55 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Frank van Bortel" wrote in message

> Oliver Gehlert wrote:
>
>> Forms user a very "soiled" user, so moving them from forms to html db
>> will
>> be difficult. And i doubt that migrating full featured forms to html db
>> will be simple.
>>
>
> Soiled?
>
> But moving from forms to htmldb is simple. Unless the users
> fail to accept the changes due to HTML handling the front end.
>
> --
> Regards,
> Frank van Bortel

Simple?

If the forms application has any validation logic at all, or any triggers at
all, or any transaction logic, it would all have to be rewritten -- major
work, based on the forms apps I've seen over the last 20 years.

HTML DB is a great tool, but it's a different paradigm than Forms -- even if
you're using really, really, simple Forms.

++ mcs
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Oliver Gehlert

External


Since: Jul 31, 2005
Posts: 3



(Msg. 6) Posted: Tue Aug 09, 2005 5:55 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

i meant spoiled. Must forms offer more comfort than any html frontend can
provide. So it will be a major rewrite andunhappy users

Oliver
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Frank van Bortel

External


Since: May 14, 2005
Posts: 331



(Msg. 7) Posted: Wed Aug 10, 2005 2:55 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Oliver Gehlert wrote:
> i meant spoiled. Must forms offer more comfort than any html frontend can
> provide. So it will be a major rewrite andunhappy users
>
> Oliver
>

Stick to Java, then

--
Regards,
Frank van Bortel
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Frank van Bortel

External


Since: May 14, 2005
Posts: 331



(Msg. 8) Posted: Wed Aug 10, 2005 2:55 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mark C. Stock wrote:
> "Frank van Bortel" wrote in message
>
>
>>Oliver Gehlert wrote:
>>
>>
>>>Forms user a very "soiled" user, so moving them from forms to html db
>>>will
>>>be difficult. And i doubt that migrating full featured forms to html db
>>>will be simple.
>>>
>>
>>Soiled?
>>
>>But moving from forms to htmldb is simple. Unless the users
>>fail to accept the changes due to HTML handling the front end.
>>
>>--
>>Regards,
>>Frank van Bortel
>
>
> Simple?
>
> If the forms application has any validation logic at all, or any triggers at
> all, or any transaction logic, it would all have to be rewritten -- major
> work, based on the forms apps I've seen over the last 20 years.
>
> HTML DB is a great tool, but it's a different paradigm than Forms -- even if
> you're using really, really, simple Forms.
>
> ++ mcs
>
>
Yes - HTMLDB is simple, and straighforward.
Validation can only be basic, as one would expect from HTML.
Triggers in a form - to do what? Same comment on HTML applies.
Transaction logic should not be in a form alone - it is allowed
as duplicate of the db transactional code, nothing more.
Thus - HTMLDB will cope (with the db-centric code).

And did I not say "Unless .... changes due to HTML..."?
As I replies to Oliver: stick to Java, then.

--
Regards,
Frank van Bortel
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Mark C. Stock

External


Since: Dec 06, 2003
Posts: 326



(Msg. 9) Posted: Wed Aug 10, 2005 2:55 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Frank van Bortel" wrote in message

> Mark C. Stock wrote:
>> "Frank van Bortel" wrote in message
>>
>>
>>>Oliver Gehlert wrote:
>>>
>>>
>>>>Forms user a very "soiled" user, so moving them from forms to html db
>>>>will
>>>>be difficult. And i doubt that migrating full featured forms to html db
>>>>will be simple.
>>>>
>>>
>>>Soiled?
>>>
>>>But moving from forms to htmldb is simple. Unless the users
>>>fail to accept the changes due to HTML handling the front end.
>>>
>>>--
>>>Regards,
>>>Frank van Bortel
>>
>>
>> Simple?
>>
>> If the forms application has any validation logic at all, or any triggers
>> at
>> all, or any transaction logic, it would all have to be rewritten -- major
>> work, based on the forms apps I've seen over the last 20 years.
>>
>> HTML DB is a great tool, but it's a different paradigm than Forms -- even
>> if
>> you're using really, really, simple Forms.
>>
>> ++ mcs
>>
>>
> Yes - HTMLDB is simple, and straighforward.
> Validation can only be basic, as one would expect from HTML.
> Triggers in a form - to do what? Same comment on HTML applies.
> Transaction logic should not be in a form alone - it is allowed
> as duplicate of the db transactional code, nothing more.
> Thus - HTMLDB will cope (with the db-centric code).
>
> And did I not say "Unless .... changes due to HTML..."?
> As I replies to Oliver: stick to Java, then.
>
> --
> Regards,
> Frank van Bortel

That was exactly my point -- it is not simple to move from Forms to HTML
DB -- it's a total rewrite.

Most of the stuff I've coded into Forms apps over the past 2 centuries can
also be coded into HTML apps, so it's not a given that an HTML app has to be
less functional, but it's a major shift in development techniques.

++ mcs
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Frank van Bortel

External


Since: May 14, 2005
Posts: 331



(Msg. 10) Posted: Thu Aug 11, 2005 2:55 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mark C. Stock wrote:

>
> That was exactly my point -- it is not simple to move from Forms to HTML
> DB -- it's a total rewrite.

Does it now show that English is not my native tongue?
Haven't thought in that direction at all, and yes - it's a
complete rewrite, not a migration.

>
> Most of the stuff I've coded into Forms apps over the past 2 centuries can
> also be coded into HTML apps, so it's not a given that an HTML app has to be
> less functional, but it's a major shift in development techniques.
>
> ++ mcs
>

Yup - but as HTML DB will give you a development boost, it
(the rewrite process) could be as fast as migration of
forms to - what, J2EE? Newer Forms?

--
Regards,
Frank van Bortel
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Malcolm Dew-Jones

External


Since: Aug 05, 2003
Posts: 165



(Msg. 11) Posted: Thu Aug 11, 2005 2:55 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Frank van Bortel ( ) wrote:
: Mark C. Stock wrote:

: >
: > That was exactly my point -- it is not simple to move from Forms to HTML
: > DB -- it's a total rewrite.

: Does it now show that English is not my native tongue?
: Haven't thought in that direction at all, and yes - it's a
: complete rewrite, not a migration.

: >
: > Most of the stuff I've coded into Forms apps over the past 2 centuries can
: > also be coded into HTML apps, so it's not a given that an HTML app has to be
: > less functional, but it's a major shift in development techniques.
: >
: > ++ mcs
: >

: Yup - but as HTML DB will give you a development boost, it
: (the rewrite process) could be as fast as migration of
: forms to - what, J2EE? Newer Forms?


How about "migrating" the forms to the new forms browser environment? I
tried it once with a trivial form, and it looked like it must be just a
straight port of the old forms runtime into a java browser plugin. The
form itself and its usage appeared to be near identical to what it would
have been in the original client server environment.

--

This space not for rent.
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Mark C. Stock

External


Since: Dec 06, 2003
Posts: 326



(Msg. 12) Posted: Thu Aug 11, 2005 3:21 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Malcolm Dew-Jones" wrote in message

> Frank van Bortel ( ) wrote:
> : Mark C. Stock wrote:
>
> : >
> : > That was exactly my point -- it is not simple to move from Forms to
> HTML
> : > DB -- it's a total rewrite.
>
> : Does it now show that English is not my native tongue?
> : Haven't thought in that direction at all, and yes - it's a
> : complete rewrite, not a migration.
>
> : >
> : > Most of the stuff I've coded into Forms apps over the past 2 centuries
> can
> : > also be coded into HTML apps, so it's not a given that an HTML app has
> to be
> : > less functional, but it's a major shift in development techniques.
> : >
> : > ++ mcs
> : >
>
> : Yup - but as HTML DB will give you a development boost, it
> : (the rewrite process) could be as fast as migration of
> : forms to - what, J2EE? Newer Forms?
>
>
> How about "migrating" the forms to the new forms browser environment? I
> tried it once with a trivial form, and it looked like it must be just a
> straight port of the old forms runtime into a java browser plugin. The
> form itself and its usage appeared to be near identical to what it would
> have been in the original client server environment.
>
> --
>
> This space not for rent.

Web-deployed forms (only option for Forms 9) uses essentially the same
runtime engine as the client/server version, but the presentation is handled
with the java plugin -- so it's really just a redeployment, not a migration
(except for some very small gotchas)

Web deployment makes sense for a shop that has a major investment in Forms
applications and does not see itself rewriting them any time soon, but does
not make sense for new development in a shop that isn't already
Forms-centric.

But Forms is dying -- does not support new datatypes like TIMESTAMP and
INTERVAL -- and it expensive ($$ and resources).

++ mcs
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Mark C. Stock

External


Since: Dec 06, 2003
Posts: 326



(Msg. 13) Posted: Thu Aug 11, 2005 3:25 pm
Post subject: Re: Q:Converting Forms to J2EE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Frank van Bortel" wrote in message

> Mark C. Stock wrote:
>
>>
>> That was exactly my point -- it is not simple to move from Forms to HTML
>> DB -- it's a total rewrite.
>
> Does it now show that English is not my native tongue?
> Haven't thought in that direction at all, and yes - it's a
> complete rewrite, not a migration.
>
>>
>> Most of the stuff I've coded into Forms apps over the past 2 centuries
>> can
>> also be coded into HTML apps, so it's not a given that an HTML app has to
>> be
>> less functional, but it's a major shift in development techniques.
>>
>> ++ mcs
>>
>
> Yup - but as HTML DB will give you a development boost, it
> (the rewrite process) could be as fast as migration of
> forms to - what, J2EE? Newer Forms?
>
> --
> Regards,
> Frank van Bortel

We'll see -- after a very nice presentation at our user group last night by
one of the HTML DB team of developers, it looks like I'll be putting
together a fairly sophisticated PM system with it. I'll see how much can be
done before resorting to javascript and custom mod_plsql routines.

++ mcs
 >> Stay informed about: Q:Converting Forms to J2EE 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Converting Sybase SP to Oracle procedure - I'm converting a Sybase database to Oracle. Part of this involves stored procedures. I have a number of very simple Sybase SPs that consist of a single select statement: CREATE PROCEDURE dbo.getContactData @resp char(9) as begin select Respondent,...

Oracle Forms 10g - Why in Forms sometimes is problem with copy and paste in application made in Oracle Forms Developer 10g. :)

How to read a file in the client system (Forms 6i) using9iAS - My requirement is i am having a file in the client machine. But the forms (Version 6i) is running on the 9iAS. Now i have to access the text file ie. i have to read that file and i have to upload that contents into a table. I am using the Text_IO package...

slow forms on win 2003 terminal server - Hello, we have a forms 10 application that run very well on a win 2000 server. Now we migrated to a win 2003 TS and the application became very slow. When we type then the characters appear slowly. Does anyone know the reason and a solution ? Thanks...

Oracle view question - Hi, The source table has a column which is varchar2(100). If I create a view new_view on the column as select substr(column_name, 1, 20) new_col from table, then "desc new_view" command shows size of new_col as 60 i.e. 3 times the intended siz...
   Database Forums (Home) -> Oracle All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]